mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Scheduled exports (#3033)
This commit is contained in:
12
src/pretix/base/templates/pretixbase/email/export_failed.txt
Normal file
12
src/pretix/base/templates/pretixbase/email/export_failed.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
{% load i18n %}
|
||||
{% trans "Your export failed." %}
|
||||
|
||||
{% trans "Reason:" %} {{ reason }}
|
||||
|
||||
{% if not soft %}
|
||||
{% trans "If your export fails five times in a row, it will no longer be sent." %}
|
||||
{% endif %}
|
||||
|
||||
{% trans "Configuration link:" %}
|
||||
|
||||
{{ configuration_url }}
|
||||
Reference in New Issue
Block a user