X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/91117520dbe0336cd5acc91c6d8e23d81141f9df..c66b8465f48325fe5fdc0fcf600f97dcc7bb7a26:/shop/templates/shop/email/payed_managers.txt diff --git a/shop/templates/shop/email/payed_managers.txt b/shop/templates/shop/email/payed_managers.txt new file mode 100755 index 0000000..748d4d9 --- /dev/null +++ b/shop/templates/shop/email/payed_managers.txt @@ -0,0 +1,18 @@ +{% extends "shop/email/base.txt" %} +{% load i18n %} +{% load url from future %} + + +{% block body %} +Następujące zamówienie zostało złożone i opłacone: + +{{ order }} + +{{ order.email }} +{{ order.name }} + +{{ order.address }} + +http://{{ site.domain }}{% url 'admin:shop_order_change' order.pk %} + +{% endblock %}