From 0add1fd2fa779690223de9b2b70ab5c327116f02 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 1 Sep 2016 09:10:33 +0200 Subject: [PATCH] Refs #122 -- Link resend on the front page (could be made more beautiful later...) --- .../presale/templates/pretixpresale/event/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/pretix/presale/templates/pretixpresale/event/index.html b/src/pretix/presale/templates/pretixpresale/event/index.html index b5adafad4d..00db765c3c 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 %}