mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-27 16:10:11 +08:00
Merge pull request #289 from scollinson/fix_menu_typo
Fix a typo in the menu template
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user