X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a3b153ea6e30da275edf3e34b8d2f8ca1bb436cc..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/src/wolnelektury/templates/2022/base.html diff --git a/src/wolnelektury/templates/2022/base.html b/src/wolnelektury/templates/2022/base.html deleted file mode 100644 index c31eb7819..000000000 --- a/src/wolnelektury/templates/2022/base.html +++ /dev/null @@ -1,66 +0,0 @@ - -{% load cache %} -{% load pipeline %} -{% load static %} -{% load funding_tags %} -{% load piwik_tags %} -{% load title %} - -{% block settings %} -{% endblock %} - - - - - - - {% if title %}{{ title }} | {% endif %}WolneLektury.pl - - - - - {% stylesheet '2022' %} - {% tracking_code %} - {% block extrahead %}{% endblock %} - - - {% include '2022/header.html' %} - - {% block under-menu %}{% endblock %} - - {% if not funding_no_show_current %} -
- {% cache 120 funding_top_bar LANGUAGE_CODE %} - {% funding_top_bar_2022 %} - {% endcache %} -
- {% endif %} - - {% block global-content %} -
- -
- -
- {% block main %}{% endblock %} -
- {% endblock %} - - {% block footer %} - {% include '2022/footer.html' %} - {% endblock %} - - - {% javascript '2022' %} - {% javascript '2022_player' %} - {% block extrabody %}{% endblock %} - {% include '2022/hotjar.html' %} - {% csrf_token %} - -