From e74d9e56cf7b4ea1f4f53c47df3afa96bccfbcc6 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 3 Jan 2022 10:43:13 +0100 Subject: [PATCH] Waiting list: Explain that you only get one ticket --- .../presale/templates/pretixpresale/event/waitinglist.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pretix/presale/templates/pretixpresale/event/waitinglist.html b/src/pretix/presale/templates/pretixpresale/event/waitinglist.html index a2eac9765b..adeb16ab9f 100644 --- a/src/pretix/presale/templates/pretixpresale/event/waitinglist.html +++ b/src/pretix/presale/templates/pretixpresale/event/waitinglist.html @@ -23,6 +23,11 @@ If tickets become available again, we will inform the first persons on the waiting list. If we notify you, you'll have {{ hours }} hours time to buy a ticket until we assign it to the next person on the list. {% endblocktrans %}

+

+ {% blocktrans trimmed with hours=event.settings.waiting_list_hours %} + Note that you will only receive one ticket. If you need multiple tickets, you need to add yourself to the waiting list multiple times with different email addresses. There is no guarantee that you will receive a certain number of tickets. + {% endblocktrans %} +