Merge pull request 'updated donations.json' (#102) from develop into main
All checks were successful
continuous-integration/woodpecker the build was successful
All checks were successful
continuous-integration/woodpecker the build was successful
Reviewed-on: #102
This commit is contained in:
commit
ed2df9b218
2 changed files with 7 additions and 1 deletions
|
@ -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,
|
||||||
|
|
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue