From 3d03f30119e6cf6cbd80f11647c311ff479de7d4 Mon Sep 17 00:00:00 2001 From: Mira Weller Date: Thu, 11 Apr 2024 18:56:34 +0200 Subject: [PATCH] Fix bootstrap classes --- .../pretixpresale/event/timemachine.html | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/timemachine.html b/src/pretix/presale/templates/pretixpresale/event/timemachine.html index cad932359..0c19dd379 100644 --- a/src/pretix/presale/templates/pretixpresale/event/timemachine.html +++ b/src/pretix/presale/templates/pretixpresale/event/timemachine.html @@ -21,16 +21,20 @@

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

- {% bootstrap_field timemachine_form.now_dt layout="control" show_label=False field_class="col-md-6" %} -
- - {% if request.session.timemachine_now_dt %} - - {% endif %} +
+
+ {% bootstrap_field timemachine_form.now_dt layout="inline" show_label=False %} +
+
+ + {% if request.session.timemachine_now_dt %} + + {% endif %} +