diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_downloads.html b/src/pretix/presale/templates/pretixpresale/event/fragment_downloads.html index cacc50114..a35f4555a 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_downloads.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_downloads.html @@ -2,10 +2,13 @@ {% load eventurl %} {% if can_download and download_buttons and order.count_positions %}
{% trans "Download all tickets at once:" %} {% for b in download_buttons %} @@ -22,6 +25,12 @@ {% endfor %}
{% elif tickets_with_download|length == 1 %} + {% blocktrans trimmed %} + Please have your ticket ready when entering the event. + {% endblocktrans %} + {% blocktrans trimmed %} + Download your ticket here: + {% endblocktrans %}{% for b in download_buttons %}