Fixed asking for username

This commit is contained in:
2020-11-28 00:44:52 +01:00
parent c8b491bd0b
commit 7f513d05b2
4 changed files with 18 additions and 6 deletions

View File

@@ -7,6 +7,7 @@
<br>
<form action="{{ url_for_security('register') }}" method="POST" name="register_user_form">
{{ register_user_form.hidden_tag() }}
{{ render_field_with_errors(register_user_form.name) }}
{{ render_field_with_errors(register_user_form.email) }}
{{ render_field_with_errors(register_user_form.password) }}
{% if register_user_form.password_confirm %}