fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Poprawiony regexp. Fixes #371
[redakcja.git]
/
platforma
/
templates
/
wiki
/
document_details.html
diff --git
a/platforma/templates/wiki/document_details.html
b/platforma/templates/wiki/document_details.html
index
496f1f0
..
ead1382
100644
(file)
--- a/
platforma/templates/wiki/document_details.html
+++ b/
platforma/templates/wiki/document_details.html
@@
-29,7
+29,7
@@
<div id="header">
<div id="tools" style="float: right;">
{% if user.is_authenticated %}
<div id="header">
<div id="tools" style="float: right;">
{% if user.is_authenticated %}
- Zalogowany jako
{{ user }}
| <a href="{% url logout %}">Wyloguj</a> |
+ Zalogowany jako
<span id="username">{{ user }}</span>
| <a href="{% url logout %}">Wyloguj</a> |
{% else %}
<a href="{% url login %}?next={{ request.path }}">Zaloguj się</a> |
{% endif %}
{% else %}
<a href="{% url login %}?next={{ request.path }}">Zaloguj się</a> |
{% endif %}