Basic book shop support.
[prawokultury.git] / shop / templates / shop / email / payed.txt
diff --git a/shop/templates/shop/email/payed.txt b/shop/templates/shop/email/payed.txt
new file mode 100644 (file)
index 0000000..4697ea9
--- /dev/null
@@ -0,0 +1,7 @@
+{% extends "shop/email/base.txt" %}
+{% load i18n %}
+
+
+{% block body %}
+{% blocktrans %}Your payment has been successfully completed.{% endblocktrans %}
+{% endblock %}