Podpisywanie, kto wykonał daną zmianę. Usunięcie print, które zapodziały się w kodzie.
[redakcja.git] / platforma / templates / wiki / document_details.html
index 496f1f0..ead1382 100644 (file)
@@ -29,7 +29,7 @@
         <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 %}