Skip to content

Commit 1076887

Browse files
author
Sam Collinson
committed
fix typo in menu template
1 parent 7b474ef commit 1076887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_security/templates/security/_menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% if security.registerable or security.recoverable or security.confirmabled %}
1+
{% if security.registerable or security.recoverable or security.confirmable %}
22
<h2>Menu</h2>
33
<ul>
44
<li><a href="{{ url_for_security('login') }}">Login</a></li>

0 commit comments

Comments
 (0)