mirror of
https://github.com/wassname/flask-security.git
synced 2026-08-20 12:20:08 +08:00
Update template a bit
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
{% include "../messages.html" %}
|
||||
<h1>Edit account</h1>
|
||||
<form action="{{ url_for('flask_security.update_user') }}" method="POST" name="edit_user_form">
|
||||
{{ edit_user_form.hidden_tag() }}
|
||||
{{ edit_user_form.email.label }} {{ edit_user_form.email }}<br/>
|
||||
|
||||
Reference in New Issue
Block a user