aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gn2/wqflask/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn2/wqflask/templates/base.html b/gn2/wqflask/templates/base.html
index 5c357c45..8d477659 100644
--- a/gn2/wqflask/templates/base.html
+++ b/gn2/wqflask/templates/base.html
@@ -177,7 +177,7 @@
</li>
</ul>
</li>
- {% if g.user_session.logged_in %}
+ {% if logged_in() %}
<li>
<a href="/edit_account_settings"
class="dropdown-toggle"