Merge pull request #289 from scollinson/fix_menu_typo

Fix a typo in the menu template
This commit is contained in:
Matt Wright
2014-08-13 15:44:20 -04:00
+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') }}{% if 'next' in request.args %}?next={{ request.args.next|urlencode }}{% endif %}">Login</a></li>