mirror of
https://github.com/wassname/flask-security.git
synced 2026-07-19 11:23:28 +08:00
6 lines
261 B
HTML
6 lines
261 B
HTML
<form action="{{ url_for('flask_security.reset') }}" method="POST" name="reset_form">
|
|
{{ form.hidden_tag() }}
|
|
{{ form.password.label }} {{ form.password }}<br/>
|
|
{{ form.password_confirm.label }} {{ form.password_confirm }}<br/>
|
|
{{ form.submit }}
|
|
</form> |