diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 820dea7..845aa28 100644 --- a/templates/base.html +++ b/templates/base.html @@ -24,7 +24,7 @@ <hr/>
<div id="editLink">
{% block loginInfo %}
- {% if user %}
+ {% if user.username %}
You are logged in as {{ user.username }}.
| <a href="{{ settings.URL_ROOT }}/accounts/logout">Log out</a>
{% else %}
|