From 7628bd1a4192abb22e8d298673f32c8640007461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Fri, 17 Mar 2023 16:03:36 +0100 Subject: [PATCH] Fixed submit button display bug --- canaille/templates/macro/fomanticui.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/canaille/templates/macro/fomanticui.html b/canaille/templates/macro/fomanticui.html index 4237d9c8..f609d26d 100644 --- a/canaille/templates/macro/fomanticui.html +++ b/canaille/templates/macro/fomanticui.html @@ -135,7 +135,11 @@ id=none) -%} {{ render_fields(form) }} {% endif %} {% if action_text %} - +
+
+ +
+
{% endif %} {%- endmacro %}