X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..3c0e373447323b5e33b273859e790a2054771afa:/src/wolnelektury/templates/superbase.html?ds=sidebyside diff --git a/src/wolnelektury/templates/superbase.html b/src/wolnelektury/templates/superbase.html deleted file mode 100644 index d36f22267..000000000 --- a/src/wolnelektury/templates/superbase.html +++ /dev/null @@ -1,164 +0,0 @@ - -{% spaceless %} - - {% load pipeline i18n %} - {% load static from staticfiles %} - {% load catalogue_tags funding_tags reporting_stats %} - {% load piwik_tags %} - {% load ssi_include ssi_csrf_token from ssify %} - {% load user_username user_is_staff from common_tags %} - - - - - - - - - - {% block ogextra %}{% endblock %} - - {% block title %}{% trans "Wolne Lektury" %} :: {% block titleextra %}{% endblock %}{% endblock %} - - - {% stylesheet "main" %} - {% block extrahead %} - {% endblock %} - - - - {% block bodycontent %} - - {% if not funding_no_show_current %} - {% current_offer as current_offer %} - {{ current_offer.if }} - {% ssi_include 'funding_top_bar' pk=current_offer %} - {{ current_offer.endif }} - {% endif %} - -
-
-
- - - -

- {% url 'book_list' as b %} - {% url 'infopage' 'prawa' as r %} - {% count_books book_count %} - {% blocktrans count book_count as c %} - {{c}} free reading you have right to - {% plural %} - {{c}} free readings you have right to - {% endblocktrans %} -

- -
- - ⚐ - {% trans "Language" %} - -
- {% for lang in LANGUAGES %} -
- {% ssi_csrf_token %} - - -
- {% endfor %} -
-
- - - - -
-
- - {{search_form.q}} -
-
- -
-
-
- - - -
- {% block body %} - {% endblock %} -
-
- - - - - - - {# template #} -
-
{% trans "Close" %}
-
-

* {% trans "Loading" %}

-
-
- - - {% endblock bodycontent %} - - - - - {% javascript "base" %} - - {% tracking_code %} - - {% block extrabody %} - {% endblock %} - - - - -{% endspaceless %}