Starting a large refactor and adding confirmation abilities

This commit is contained in:
Matt Wright
2012-05-11 13:23:42 -04:00
parent 1ae711279e
commit 2b587f7047
17 changed files with 633 additions and 528 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
{% endif -%}
<li>
{%- if current_user.is_authenticated() -%}
<a href="{{ url_for('auth.logout') }}">Log out</a>
<a href="{{ url_for('flask_security.logout') }}">Log out</a>
{%- else -%}
<a href="{{ url_for('login') }}">Log in</a>
{%- endif -%}