- Convert mail messaging from SMTP to Scaleway TEM mails
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
{% block content %}
|
||||
{% include "security/_messages.html" %}
|
||||
<form action="{{ url_for_security('forgot_password') }}" method="post" name="forgot_password_form">
|
||||
<form action="{{ url_for('security_bp.forgot_password') }}" method="post" novalidate>
|
||||
{{ forgot_password_form.hidden_tag() }}
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user