fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
007c28d69ec1de2f1e1cc29bd196c417f9d8f56b
[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 %}