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 %} +