diff --git a/allauth/templates/account/email_change.html b/allauth/templates/account/email_change.html index 1ba34d55dd..7cc475360d 100644 --- a/allauth/templates/account/email_change.html +++ b/allauth/templates/account/email_change.html @@ -19,7 +19,7 @@ {% trans 'Your email address is still pending verification:' %} {{ new_emailaddress.email }}

{% url 'account_email' as action_url %} - {% element form method="post" action="" tags="button-only" no_visible_fields=True %} + {% element form method="post" action=action_url tags="button-only" no_visible_fields=True %} {% slot body %} {% csrf_token %}