diff options
Diffstat (limited to 'djangoproject/templates/fundraising/manage-donations.html')
| -rw-r--r-- | djangoproject/templates/fundraising/manage-donations.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/djangoproject/templates/fundraising/manage-donations.html b/djangoproject/templates/fundraising/manage-donations.html index 8812087b..b7b23fd1 100644 --- a/djangoproject/templates/fundraising/manage-donations.html +++ b/djangoproject/templates/fundraising/manage-donations.html @@ -10,7 +10,7 @@ <hr aria-hidden="true" /> {% endif %} -{% endblock %} +{% endblock messages %} {% block content %} @@ -83,6 +83,6 @@ {% endfor %} </ul> {% endif %} -{% endblock %} +{% endblock content %} {% block content-extra %}{% endblock %} |
