From f5325e805d3aba18d3a691a52c9faa59bd63ef8a Mon Sep 17 00:00:00 2001 From: miguelzinh3 Date: Fri, 23 Aug 2024 18:21:38 -0300 Subject: [PATCH] hotfix(vote): change align items to center on form_actions in captcha template --- .../candidature/templates/candidature/captcha.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/org_eleicoes/votepeloclima/candidature/templates/candidature/captcha.html b/app/org_eleicoes/votepeloclima/candidature/templates/candidature/captcha.html index 7c549ff4..c592898d 100644 --- a/app/org_eleicoes/votepeloclima/candidature/templates/candidature/captcha.html +++ b/app/org_eleicoes/votepeloclima/candidature/templates/candidature/captcha.html @@ -13,11 +13,11 @@

Vamos começar?

{% block form_fields %}{% endblock %} {% block form_actions %} -
-
+
+
{% crispy wizard.form %}
-
+
{% if wizard.steps.next %} {% endif %}