Compare commits

...

2 commits

Author SHA1 Message Date
ed2df9b218 Merge pull request 'updated donations.json' (#102) from develop into main
All checks were successful
continuous-integration/woodpecker the build was successful
Reviewed-on: #102
2021-12-06 21:55:50 +00:00
0b80f1906c updated donations.json
All checks were successful
continuous-integration/woodpecker the build was successful
2021-12-04 01:48:49 +01:00
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,13 @@
{ {
"year": 2021, "year": 2021,
"donations": [ "donations": [
{
"date": "30.11.2021",
"amount": 5,
"via": "banktransfer",
"from": "Rumo",
"first": false
},
{ {
"date": "16.11.2021", "date": "16.11.2021",
"amount": 120, "amount": 120,

View file

@ -77,7 +77,6 @@ title: sp-codes
{% endfor %} {% endfor %}
</div> </div>
</nav> </nav>
<p>{{url}}</p>
<div class="content"> <div class="content">
<div class="container"> <div class="container">
{{ content | safe }} {{ content | safe }}