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 %}