diff options
| author | Muriithi Frederick Muriuki | 2018-03-31 14:45:17 +0300 |
|---|---|---|
| committer | Muriithi Frederick Muriuki | 2018-03-31 14:45:17 +0300 |
| commit | 31747256e466456cc88aac60780836a6534f18cd (patch) | |
| tree | a7b371e4ec217ffb37594e15f5e603ae28511dc2 /wqflask/flask_security/templates/security/_menu.html | |
| parent | cfce6d80be4fb38573c37d1943db2687d54cf2fc (diff) | |
| parent | 5424741a4a126bfd5f04df7cbcdc30b4e1376b86 (diff) | |
| download | genenetwork2-31747256e466456cc88aac60780836a6534f18cd.tar.gz | |
Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into testing
* Fix conflicts
Diffstat (limited to 'wqflask/flask_security/templates/security/_menu.html')
| -rw-r--r-- | wqflask/flask_security/templates/security/_menu.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/wqflask/flask_security/templates/security/_menu.html b/wqflask/flask_security/templates/security/_menu.html deleted file mode 100644 index 5291f809..00000000 --- a/wqflask/flask_security/templates/security/_menu.html +++ /dev/null @@ -1,15 +0,0 @@ -{% if security.registerable or security.recoverable or security.confirmabled %} -<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 %} - {% if security.recoverable %} - <li><a href="{{ url_for_security('forgot_password') }}">Forgot password</a><br/></li> - {% endif %} - {% if security.confirmable %} - <li><a href="{{ url_for_security('send_confirmation') }}">Confirm account</a></li> - {% endif %} -</ul> -{% endif %} |
