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
This commit is contained in:
Samuel Philipp 2021-12-06 21:55:50 +00:00
commit ed2df9b218
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 }}