Skip to content

Commit

Permalink
Update login_user.html (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwag956 committed Apr 30, 2019
1 parent 3d44f00 commit 432a149
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flask_security/templates/security/login_user.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ <h1>{{ _('Login') }}</h1>
{{ render_field_with_errors(login_user_form.email) }}
{{ render_field_with_errors(login_user_form.password) }}
{{ render_field_with_errors(login_user_form.remember) }}
{{ render_field(login_user_form.next) }}
{{ render_field(login_user_form.submit) }}
</form>
{% include "security/_menu.html" %}

0 comments on commit 432a149

Please sign in to comment.