Basic book shop support.
[prawokultury.git] / shop / templates / shop / thanks.html
diff --git a/shop/templates/shop/thanks.html b/shop/templates/shop/thanks.html
new file mode 100644 (file)
index 0000000..fe21d98
--- /dev/null
@@ -0,0 +1,13 @@
+{% extends "base.html" %}
+{% load i18n %}
+{% load fnp_share %}
+
+{% block titleextra %}{% trans "Payment successful" %}{% endblock %}
+
+{% block "body" %}
+
+<h1>{% trans "Payment successful" %}</h1>
+
+<p>{% trans "Your payment has been successfully completed." %}</p>
+
+{% endblock %}