[svn] Fix "if logged in" tag.

Changed logbook template; no longer uses the redundant _next and _prev fields.
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8234 by aaron @ 1/30/2009 4:53 AM
This commit is contained in:
substantialnoninfringinguser
2009-05-13 05:49:05 +01:00
parent cb52c47aa9
commit c4b8ea4d9b
2 changed files with 9 additions and 9 deletions

View File

@@ -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 %}