Basically usable funding workflow.
[wolnelektury.git] / apps / funding / templates / funding / thanks.html
1 {% extends "base.html" %}
2 {% load i18n %}
3 {% load funding_tags %}
4
5 {% block titleextra %}{% trans "Thank you!" %}{% endblock %}
6
7 {% block body %}
8
9 <h1>{% trans "Thank you!" %}</h1>
10 <div class="white-box normal-text">
11
12 {% trans "Thank you for your support!" %}
13
14 <p><a href="{{ object.get_absolute_url }}">{% trans "Go back to the current fundraiser." %}</a></p>
15 </div>
16
17
18 {% endblock %}