diff --git a/src/pretix/presale/templates/pretixpresale/event/index.html b/src/pretix/presale/templates/pretixpresale/event/index.html index b5adafad4..00db765c3 100644 --- a/src/pretix/presale/templates/pretixpresale/event/index.html +++ b/src/pretix/presale/templates/pretixpresale/event/index.html @@ -237,4 +237,15 @@ {% endif %} {% eventsignal event "pretix.presale.signals.front_page_bottom" %} +
+

{% trans "If you already ordered a ticket" %}

+

+ {% eventurl event "presale:event.resend_link" as resend_url %} + {% blocktrans trimmed with a_href=resend_url %} + If you want to see or change the status and details of your order, click on the link in one of the + emails we sent you during the order process. If you cannot find the link, click + here to request the link to your order to be sent to you again. + {% endblocktrans %} +

+
{% endblock %}