From 4d679107c80d16085d4877334620afe36b4bf31c Mon Sep 17 00:00:00 2001 From: Liler <67314451+lilerjee@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:52:20 +0800 Subject: [PATCH] Fix the issue #95: Adding email addresses does not work --- allauth_ui/templates/account/email.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/allauth_ui/templates/account/email.html b/allauth_ui/templates/account/email.html index 94e8704..188be90 100644 --- a/allauth_ui/templates/account/email.html +++ b/allauth_ui/templates/account/email.html @@ -55,8 +55,9 @@

{% trans "Add Email Address" %}

{% 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 %} + {% /form %} {% endif %} {% /container %}