Add admin page to edit user informations.

This commit is contained in:
Stephan Porada
2019-09-10 13:49:01 +02:00
parent 8786defa01
commit fda70e216e
6 changed files with 143 additions and 5 deletions

View File

@ -51,7 +51,7 @@
<form method="POST">
<div class="card-content">
{{ change_profile_form.hidden_tag() }}
<div class="input-field ">
<div class="input-field">
<i class="material-icons prefix">mail</i>
{{ change_profile_form.email() }}
{{ change_profile_form.email.label }}