X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f3e8dfa015744bd72796fdd8eff0d81f863cdc46..c83e534451c1ca43da0ed9585298a96f059f77fb:/src/wolnelektury/templates/base/app.html diff --git a/src/wolnelektury/templates/base/app.html b/src/wolnelektury/templates/base/app.html index 2f773e0e4..5bca344e9 100644 --- a/src/wolnelektury/templates/base/app.html +++ b/src/wolnelektury/templates/base/app.html @@ -2,7 +2,7 @@ {% spaceless %} {% load pipeline i18n %} - {% load static from staticfiles %} + {% load static %} {% load piwik_tags %} {% get_current_language as LANGUAGE_CODE %} @@ -39,7 +39,7 @@
- ⚐ + {% trans {% trans "Language" %}
@@ -59,7 +59,7 @@ {% if request.user.is_authenticated %}
  • - {{ user_username }} + {{ request.user.username }}
  • @@ -81,7 +81,7 @@ {% endblock bodycontent %} - +