From b843e67e9b9f764ff362e2eb82385abda7da74da Mon Sep 17 00:00:00 2001 From: moanos Date: Tue, 21 Oct 2025 01:47:17 +0200 Subject: [PATCH] feat: put buttons in group --- .../templates/allauth/elements/form.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/fellchensammlung/templates/allauth/elements/form.html diff --git a/src/fellchensammlung/templates/allauth/elements/form.html b/src/fellchensammlung/templates/allauth/elements/form.html new file mode 100644 index 0000000..e87c518 --- /dev/null +++ b/src/fellchensammlung/templates/allauth/elements/form.html @@ -0,0 +1,12 @@ +{% load allauth %} +
+
+ {% slot body %} + {% endslot %} +
+ {% slot actions %} + {% endslot %} +
+
+
\ No newline at end of file