Basic book shop support.
[prawokultury.git] / shop / templates / shop / 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
11 <p>{% trans "You're support has not been processed successfully." %}</p>
12
13
14
15 {% endblock %}