X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/d7089c0d33bbe9cd5b8bc67aa9d9022792db7309..91117520dbe0336cd5acc91c6d8e23d81141f9df:/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 index 0000000..4697ea9 --- /dev/null +++ b/shop/templates/shop/email/payed.txt @@ -0,0 +1,7 @@ +{% extends "shop/email/base.txt" %} +{% load i18n %} + + +{% block body %} +{% blocktrans %}Your payment has been successfully completed.{% endblocktrans %} +{% endblock %}