mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Fixed #42 -- Configurable e-mail texts
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
{% load i18n %}{% blocktrans with event=event.name url=url|safe %}Hello,
|
||||
|
||||
you requested a new password. Please go to the following page to reset your password:
|
||||
|
||||
{{ url }}
|
||||
|
||||
Best regards,
|
||||
Your {{ event }} team
|
||||
{% endblocktrans %}
|
||||
@@ -1,19 +0,0 @@
|
||||
{% 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 change your order details and view the status of your order at
|
||||
{{ url }}
|
||||
|
||||
Best regards,
|
||||
Your {{ event }} team
|
||||
{% endblocktrans %}{% endif %}
|
||||
@@ -1,13 +0,0 @@
|
||||
{% load i18n %}{% blocktrans with event=event.name total=order.total|floatformat:2 currency=event.currency paymentinfo=payment date=order.expires|date:"SHORT_DATE_FORMAT" url=url %}Hello,
|
||||
|
||||
we successfully received your order for {{ event }} with a total value
|
||||
of {{ total }} {{ currency }}. Please complete your payment before {{ date }}.
|
||||
{{ paymentinfo }}
|
||||
|
||||
You can change your order details and view the status of your order at
|
||||
|
||||
{{ url }}
|
||||
|
||||
Best regards,
|
||||
Your {{ event }} team
|
||||
{% endblocktrans %}
|
||||
Reference in New Issue
Block a user