mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2026-04-02 03:21:03 +01:00
[svn r8234] Fix "if logged in" tag.
Changed logbook template; no longer uses the redundant _next and _prev fields.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user