X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d92ffa94a1cc8346d105de9687ac3f9f776b315e..b1a76c6c9fe9f4fd4b9a47d3c4405b6484130977:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 297b4d6a6..3e3de9816 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -4,8 +4,12 @@ {% load i18n chunks compressed catalogue_tags sponsor_tags %} + + {% block title %}WolneLektury.pl{% endblock %} - + + {% compressed_css "all" %} {% compressed_js "jquery" %} @@ -24,7 +28,7 @@
@@ -68,8 +78,8 @@

{% blocktrans %} Wolne Lektury is a project lead by Modern Poland Foundation. - Digital reproductions are made by The National Library, based on TNL resources. - Hosting EO Networks. + Digital reproductions are made by The National Library, Biblioteka Śląska and Biblioteka Elbląska, based on TNL, BŚ and BE resources. + Hosting: ICM. {% endblocktrans %}

@@ -79,6 +89,8 @@ {% endblocktrans %}

+ {% block add_footer %}{% endblock %} + {% sponsor_page "footer" %}
@@ -114,7 +126,14 @@

* {% trans "Loading" %}

+
+
{% trans "Close" %}
+
+

* {% trans "Loading" %}

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