Basic book shop support.
[prawokultury.git] / shop / templates / shop / no_thanks.html
diff --git a/shop/templates/shop/no_thanks.html b/shop/templates/shop/no_thanks.html
new file mode 100644 (file)
index 0000000..007c28d
--- /dev/null
@@ -0,0 +1,15 @@
+{% extends "base.html" %}
+{% load i18n %}
+{% load fnp_share %}
+
+{% block titleextra %}{% trans "Payment failed" %}{% endblock %}
+
+{% block "body" %}
+
+<h1>{% trans "Payment failed" %}</h1>
+
+<p>{% trans "You're support has not been processed successfully." %}</p>
+
+
+
+{% endblock %}