Send email on order payment (#27)

This commit is contained in:
Raphael Michel
2015-04-01 10:42:27 +02:00
parent 16244bd69c
commit 9c94983bbc
4 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{% load i18n %}{% if download %}{% blocktrans with event=event.name url=url %}Hello,
we successfully received your payment for {{ event }}. Thank you!
You will be able to download your ticket at:
{{ url }}
Best regards,
Your {{ event }} team
{% endblocktrans %}{% else %}{% blocktrans with event=event.name url=url %}Hello,
we successfully received your payment for {{ event }}. Thank you!
You can view the status of your order at
{{ url }}
Best regards,
Your {{ event }} team
{% endblocktrans %}{% endif %}