X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/efd819ba16dfc705f20298d4dd4a906d789d8b4d..01a22232d4c5bfd6c496842f9cb19b64b6b01520:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index fdd375cc0..3e2678dcc 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,13 +1,14 @@ -{% load i18n %} -{% load chunks compressed catalogue_tags sponsor_tags %} + {% load i18n chunks compressed catalogue_tags sponsor_tags %} + {% block title %}WolneLektury.pl{% endblock %} {% compressed_css "all" %} + {% compressed_js "jquery" %} {% compressed_js "all" %} {% block extrahead %} @@ -22,10 +23,6 @@
{% chunk "top-message" %}
-
{% block body %} - {% endblock %} + {% endblock %}
+
+
{% trans "Close" %}
+
+

* {% trans "Loading" %}

+
+
{% endblock bodycontent %} - + \ No newline at end of file