Skip getpaid's PaymentMethodForm,
[wolnelektury.git] / apps / funding / templates / funding / no_thanks.html
1 {% extends "base.html" %}
2 {% load i18n %}
3 {% load fnp_share %}
4
5 {% block titleextra %}{% trans "Payment failed" %}{% endblock %}
6
7 {% block body %}
8
9 <h1>{% trans "Payment failed" %}</h1>
10 <div class="white-box normal-text">
11
12 <p>{% trans "You're support has not been processed successfully." %}</p>
13
14
15 {% url 'funding_current' as current %}
16
17 <p><a href="{{ current }}">{% trans "Go back to the current fundraiser." %}</a></p>
18
19 </div>
20
21
22 {% endblock %}