We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9088bf3 commit 4d67910Copy full SHA for 4d67910
allauth_ui/templates/account/email.html
@@ -55,8 +55,9 @@
55
<div class="divider"></div>
56
<h2 class="py-3 text-lg">{% trans "Add Email Address" %}</h2>
57
{% trans "Add Email" as button_text %}
58
- {% #form form=form url=action_url button_text=button_text %}
59
- {% csrf_token %}
+ {% #form form=form url=action_url button_text=button_text use_default_button="false" %}
+ {% csrf_token %}
60
+ <button type="submit" name="action_add" class="my-3 btn">{{ button_text }}</button>
61
{% /form %}
62
{% endif %}
63
{% /container %}
0 commit comments