From 728bd74e28914a347f3c43329e4a35dd6a5a929d Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 7 Aug 2023 17:44:52 +0200 Subject: [PATCH] Organizer settings: Move save button to the left --- .../templates/pretixcontrol/organizers/edit.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pretix/control/templates/pretixcontrol/organizers/edit.html b/src/pretix/control/templates/pretixcontrol/organizers/edit.html index 31ac095bb0..d2fa31854b 100644 --- a/src/pretix/control/templates/pretixcontrol/organizers/edit.html +++ b/src/pretix/control/templates/pretixcontrol/organizers/edit.html @@ -295,6 +295,11 @@ {% bootstrap_field sform.invoice_regenerate_allowed layout="control" %} +
+ +
@@ -307,10 +312,5 @@
-
- -
{% endblock %}