fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
show my page link to unlogged, hide admin links,
[redakcja.git]
/
redakcja
/
templates
/
registration
/
head_login.html
diff --git
a/redakcja/templates/registration/head_login.html
b/redakcja/templates/registration/head_login.html
index
f051213
..
64bd3e7
100644
(file)
--- a/
redakcja/templates/registration/head_login.html
+++ b/
redakcja/templates/registration/head_login.html
@@
-2,7
+2,7
@@
{% if user.is_authenticated %}
<span class="user_name">{{ user.username }}</span> |
{% if user.is_authenticated %}
<span class="user_name">{{ user.username }}</span> |
-<a href='{% url logout %}'>{% trans "Log Out" %}</a>
+<a href='{% url logout %}
{% if logout_to %}?next={{ logout_to }}{% endif %}
'>{% trans "Log Out" %}</a>
{% else %}
{% url login as login_url %}
{% ifnotequal login_url request.path %}
{% else %}
{% url login as login_url %}
{% ifnotequal login_url request.path %}