mirror of
https://github.com/wassname/flask-security.git
synced 2026-07-17 11:27:27 +08:00
7 lines
363 B
HTML
7 lines
363 B
HTML
{% include "security/messages.html" %}
|
|
<h1>Resend confirmation instructions</h1>
|
|
<form action="{{ url_for('flask_security.send_confirmation') }}" method="POST" name="reset_confirmation_form">
|
|
{{ reset_confirmation_form.hidden_tag() }}
|
|
{{ reset_confirmation_form.email.label }} {{ reset_confirmation_form.email }}
|
|
{{ reset_confirmation_form.submit }}
|
|
</form> |