From 50a233be5d8c67d817660c50f242ce6d717c7471 Mon Sep 17 00:00:00 2001 From: LeandroJatai Date: Tue, 16 Jul 2024 00:37:47 -0300 Subject: [PATCH] ajuste de btns de formactions --- sapl/crispy_layout_mixin.py | 2 +- sapl/templates/bootstrap4/layout/formactions.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sapl/crispy_layout_mixin.py b/sapl/crispy_layout_mixin.py index 8328b0b2a..9725412d0 100644 --- a/sapl/crispy_layout_mixin.py +++ b/sapl/crispy_layout_mixin.py @@ -50,7 +50,7 @@ def form_actions(more=[Div(css_class='clearfix')], Submit(name, label, css_class=css_class, # para impedir resubmissão do form onclick=doubleclick), - css_class='form-group row justify-content-between' + css_class='justify-content-between' ) diff --git a/sapl/templates/bootstrap4/layout/formactions.html b/sapl/templates/bootstrap4/layout/formactions.html index 3ab247fbe..e99d14306 100644 --- a/sapl/templates/bootstrap4/layout/formactions.html +++ b/sapl/templates/bootstrap4/layout/formactions.html @@ -1,4 +1,4 @@ - + {% if label_class %}
{% endif %}