Skip getpaid's PaymentMethodForm,
[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 {% url 'funding_current' as c %}
15 <p>{% blocktrans %}Your support will appear on the <a href="{{ c }}">
16 current fundraiser page</a> shortly.{% endblocktrans %}</p>
17
18
19 <p>{% trans "Tell your friends about the fundraiser!" %}</p>
20
21 <p>{% share current _("I support Wolne Lektury.") %}</p>
22
23 </div>
24
25
26 {% endblock %}