Some minor funding changes.
[wolnelektury.git] / apps / funding / templates / funding / thanks.html
1 {% extends "base.html" %}
2 {% load i18n %}
3 {% load fnp_share %}
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
15
16 {% url 'funding_current' as current %}
17 <p><a href="{{ current }}">{% trans "Go back to the current fundraiser." %}</a></p>
18
19 {% url 'funding_current' as current %}
20 <p>{% share current 'y' %}</p>
21
22 </div>
23
24
25 {% endblock %}