mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Refs #122 -- Link resend on the front page (could be made more beautiful later...)
This commit is contained in:
@@ -237,4 +237,15 @@
|
|||||||
</section>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% eventsignal event "pretix.presale.signals.front_page_bottom" %}
|
{% eventsignal event "pretix.presale.signals.front_page_bottom" %}
|
||||||
|
<section class="front-page">
|
||||||
|
<h3>{% trans "If you already ordered a ticket" %}</h3>
|
||||||
|
<p>
|
||||||
|
{% 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
|
||||||
|
<a href="{{ a_href }}">here</a> to request the link to your order to be sent to you again.
|
||||||
|
{% endblocktrans %}
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user