X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/65c9feda79d2b2c94cb7dcd561318a83fd796f0a..ddf2102eff7ea420a4ea5144c43409587fc1156e:/src/wolnelektury/templates/base/app.html diff --git a/src/wolnelektury/templates/base/app.html b/src/wolnelektury/templates/base/app.html index e0a729b71..e10b6892e 100644 --- a/src/wolnelektury/templates/base/app.html +++ b/src/wolnelektury/templates/base/app.html @@ -2,12 +2,8 @@ {% spaceless %} {% load pipeline i18n %} - {% load static from staticfiles %} - {% load catalogue_tags funding_tags reporting_stats %} + {% load static %} {% load piwik_tags %} - {% load ssi_include ssi_csrf_token from ssify %} - {% load user_username user_is_staff from common_tags %} - {% load cache %} {% get_current_language as LANGUAGE_CODE %} @@ -43,16 +39,16 @@
- ⚐ + {% trans {% trans "Language" %}
{% for lang in LANGUAGES %}
- {% ssi_csrf_token %} + {% csrf_token %} + class="{% if lang.0 == LANGUAGE_CODE %}active{% endif %}">{{ lang.1 }}
{% endfor %}
@@ -60,20 +56,16 @@ @@ -89,7 +81,7 @@ {% endblock bodycontent %} - +