Skip to content

Commit

Permalink
hotfix(vote): change align items to center on form_actions in captcha…
Browse files Browse the repository at this point in the history
… template
  • Loading branch information
miguelzinh3 committed Aug 23, 2024
1 parent 46ed8cb commit f5325e8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ <h1 class="text-uppercase">Vamos <strong>começar?</strong></h1>
{% block form_fields %}{% endblock %}

{% block form_actions %}
<div class="d-flex align-items-end justify-content-between">
<div class="">
<div class="d-flex align-items-center justify-content-between">
<div>
{% crispy wizard.form %}
</div>
<div class="">
<div>
{% if wizard.steps.next %}
<input class="btn btn-secondary mb-3" name="wizard_goto_step" type="submit" value="Iniciar cadastro" />
{% endif %}
Expand Down

0 comments on commit f5325e8

Please sign in to comment.