Skip to content

Commit 4d67910

Browse files
authored
Fix the issue #95: Adding email addresses does not work
1 parent 9088bf3 commit 4d67910

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

allauth_ui/templates/account/email.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@
5555
<div class="divider"></div>
5656
<h2 class="py-3 text-lg">{% trans "Add Email Address" %}</h2>
5757
{% trans "Add Email" as button_text %}
58-
{% #form form=form url=action_url button_text=button_text %}
59-
{% csrf_token %}
58+
{% #form form=form url=action_url button_text=button_text use_default_button="false" %}
59+
{% csrf_token %}
60+
<button type="submit" name="action_add" class="my-3 btn">{{ button_text }}</button>
6061
{% /form %}
6162
{% endif %}
6263
{% /container %}

0 commit comments

Comments
 (0)