Skip to content

Commit

Permalink
Improve structure of donor page
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Sep 19, 2024
1 parent 9aa0dd4 commit 3cc3fa4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@ <h1>Vielen Dank für Ihre Spende!</h1>
<a href="{{ object.get_absolute_donate_url }}"
class="btn btn-secondary mb-2">Neue Spende anlegen</a>
</p>
<p>Hier finden Sie eine Übersicht Ihrer Spenden.</p>
{% if subscriptions %}
<h2>Dauerspenden</h2>
{% for subscription in subscriptions %}
<p>
Dauerspende {{ subscription.plan }} (<a href="{{ subscription.get_absolute_url }}">Details</a>)
</p>
{% endfor %}
<hr />
{% endif %}
<p>Hier finden Sie eine Übersicht Ihrer Spenden.</p>
<table class="table">
<thead>
<tr>
Expand Down

0 comments on commit 3cc3fa4

Please sign in to comment.