Update template

This commit is contained in:
Matt Wright
2012-08-17 15:30:24 -04:00
parent 433b88e579
commit f339018a5e
+2 -1
View File
@@ -1,6 +1,7 @@
{% if security.registerable or security.recoverable or security.confirmabled %}
<h2>Help</h2>
<h2>Menu</h2>
<ul>
<li><a href="{{ url_for_security('login') }}">Login</a></li>
{% if security.registerable %}
<li><a href="{{ url_for_security('register') }}">Register</a><br/></li>
{% endif %}