Change menu; fixes #4009.
[wolnelektury.git] / src / wolnelektury / templates / base / app.html
index 2f773e0..b215081 100644 (file)
@@ -2,7 +2,7 @@
 {% spaceless %}
   <html lang="{{ LANGUAGE_CODE }}" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
     {% load pipeline i18n %}
-    {% load static from staticfiles %}
+    {% load static %}
     {% load piwik_tags %}
     {% get_current_language as LANGUAGE_CODE %}
     <head>
@@ -59,7 +59,7 @@
                   {% if request.user.is_authenticated %}
                     <li>
                       <a href="{% url 'user_settings' %}">
-                        <strong>{{ user_username }}</strong>
+                        <strong>{{ request.user.username }}</strong>
                       </a>
                     </li>
                     <li>