Fix error in template

This commit is contained in:
Matt Wright
2012-08-16 18:04:34 -04:00
parent eeace79ef9
commit 592003ecb6
+1 -1
View File
@@ -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>