From 3c3b5529bf386585273b60431e87c36f48ff5049 Mon Sep 17 00:00:00 2001 From: Mira Weller Date: Thu, 5 Mar 2026 13:46:13 +0100 Subject: [PATCH] Add note about limits of the time machine feature --- .../presale/templates/pretixpresale/event/timemachine.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/timemachine.html b/src/pretix/presale/templates/pretixpresale/event/timemachine.html index d06f28b5f..275d1f5d6 100644 --- a/src/pretix/presale/templates/pretixpresale/event/timemachine.html +++ b/src/pretix/presale/templates/pretixpresale/event/timemachine.html @@ -20,6 +20,7 @@ {% bootstrap_form_errors timemachine_form "all" %}

{% trans "Test your shop as if it were a different date and time." %}

+

{% trans "Please note that the changed time is not taken into account for aspects of the shop that affect quotas, such as the validity period of carts and vouchers." %}

@@ -44,4 +45,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %}