diff --git a/app/auth/templates/auth/forgot_password.html b/app/auth/templates/auth/forgot_password.html index 82daacfc..2c5c72b9 100644 --- a/app/auth/templates/auth/forgot_password.html +++ b/app/auth/templates/auth/forgot_password.html @@ -12,7 +12,7 @@
{{ form.csrf_token }}
-
Forgot password
+

Forgot password

diff --git a/app/auth/templates/auth/login.html b/app/auth/templates/auth/login.html index 82169c9f..b1474186 100644 --- a/app/auth/templates/auth/login.html +++ b/app/auth/templates/auth/login.html @@ -16,7 +16,7 @@ {{ form.csrf_token }}
-
Welcome back!
+

Welcome back!

{{ form.email(class="form-control", type="email", autofocus="true") }} diff --git a/app/auth/templates/auth/register.html b/app/auth/templates/auth/register.html index b95b0d2d..8d6fb4ce 100644 --- a/app/auth/templates/auth/register.html +++ b/app/auth/templates/auth/register.html @@ -8,7 +8,7 @@ {{ form.csrf_token }}
-
Create new account
+

Create new account