X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9ce7b544a0616db407be602ea453771fc9c0a6dd..ddf2102eff7ea420a4ea5144c43409587fc1156e:/src/wolnelektury/templates/base/app.html diff --git a/src/wolnelektury/templates/base/app.html b/src/wolnelektury/templates/base/app.html index 43b6d954a..e10b6892e 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" %}
@@ -48,7 +48,7 @@ {% csrf_token %} + class="{% if lang.0 == LANGUAGE_CODE %}active{% endif %}">{{ lang.1 }} {% endfor %}
@@ -81,7 +81,7 @@ {% endblock bodycontent %} - +