fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* Better "motto" display.
[redakcja.git]
/
platforma
/
templates
/
registration
/
head_login.html
diff --git
a/platforma/templates/registration/head_login.html
b/platforma/templates/registration/head_login.html
index
ee20ef2
..
f051213
100644
(file)
--- a/
platforma/templates/registration/head_login.html
+++ b/
platforma/templates/registration/head_login.html
@@
-1,7
+1,7
@@
{% load i18n %}
{% if user.is_authenticated %}
-<span class="user_name">{{ user.username }}</span> |
+<span class="user_name">{{ user.username }}</span> |
<a href='{% url logout %}'>{% trans "Log Out" %}</a>
{% else %}
{% url login as login_url %}