From a3ce44fab5312296bbe5f83bdb4b0dd0d12d5fa4 Mon Sep 17 00:00:00 2001 From: Andrew Rodrigues Date: Wed, 8 May 2019 14:37:30 -0400 Subject: [PATCH] fix: accounts/edit/* allow form submission by pressing enter --- templates/account/edit/email.tpl | 2 +- templates/account/edit/password.tpl | 2 +- templates/account/edit/username.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/account/edit/email.tpl b/templates/account/edit/email.tpl index ee8c798..f423637 100644 --- a/templates/account/edit/email.tpl +++ b/templates/account/edit/email.tpl @@ -24,7 +24,7 @@
- [[user:change_email]] +
diff --git a/templates/account/edit/password.tpl b/templates/account/edit/password.tpl index f747800..950e50d 100644 --- a/templates/account/edit/password.tpl +++ b/templates/account/edit/password.tpl @@ -26,7 +26,7 @@
- [[user:change_password]] +
\ No newline at end of file diff --git a/templates/account/edit/username.tpl b/templates/account/edit/username.tpl index 28afb48..a83c896 100644 --- a/templates/account/edit/username.tpl +++ b/templates/account/edit/username.tpl @@ -24,7 +24,7 @@
- [[user:change_username]] +
\ No newline at end of file