Skip to content

Commit

Permalink
Fix the issue #95: Adding email addresses does not work (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilerjee authored Dec 4, 2024
1 parent 9088bf3 commit db85035
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions allauth_ui/templates/account/email.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@
<div class="divider"></div>
<h2 class="py-3 text-lg">{% trans "Add Email Address" %}</h2>
{% trans "Add Email" as button_text %}
{% #form form=form url=action_url button_text=button_text %}
{% csrf_token %}
{% #form form=form url=action_url button_text=button_text use_default_button="false" %}
{% csrf_token %}
<button type="submit" name="action_add" class="my-3 btn">{{ button_text }}</button>
{% /form %}
{% endif %}
{% /container %}
Expand Down

0 comments on commit db85035

Please sign in to comment.