fix typo in menu template

This commit is contained in:
Sam Collinson
2014-07-21 19:07:12 +12:00
parent 7b474efd7a
commit 1076887900
+1 -1
View File
@@ -1,4 +1,4 @@
{% if security.registerable or security.recoverable or security.confirmabled %}
{% if security.registerable or security.recoverable or security.confirmable %}
<h2>Menu</h2>
<ul>
<li><a href="{{ url_for_security('login') }}">Login</a></li>