mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-29 16:30:04 +08:00
Fix error in template
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
{% if security.recoverable %}
|
||||
<a href="{{ url_for_security('forgot_password') }}">Forgot password</a><br/>
|
||||
{% endif %}
|
||||
{% if security.confirmabled %}
|
||||
{% if security.confirmable %}
|
||||
<a href="{{ url_for_security('send_confirmation') }}">Confirm account</a>
|
||||
{% endif %}
|
||||
</p>
|
||||
Reference in New Issue
Block a user