diff --git a/app/templates/auth/login.html.j2 b/app/templates/auth/login.html.j2 index b6e21488..53feabe6 100644 --- a/app/templates/auth/login.html.j2 +++ b/app/templates/auth/login.html.j2 @@ -5,7 +5,7 @@ {% block page_content %}
Want to boost your research and get going? Nopaque is free and no download is needed. Register now!
@@ -15,14 +15,14 @@ {{ wtf.render_field(form.user, material_icon='person') }} {{ wtf.render_field(form.password, material_icon='vpn_key') }}
Simply enter a username and password to receive your registration email.
@@ -22,12 +22,15 @@
{{ wtf.render_field(form.username, material_icon='person') }}
{{ wtf.render_field(form.password, material_icon='vpn_key') }}
{{ wtf.render_field(form.password_2, material_icon='vpn_key') }}
- {{ wtf.render_field(form.email, class_='validate', material_icon='email', type='email') }}
-
- {{ wtf.render_field(form.terms_of_use_accepted, type='checkbox')}}
-
After entering your email address you will receive instructions on how to reset your password.