X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6c984d51262f63e88ae8ffb8e6611ea2dd406471..efd819ba16dfc705f20298d4dd4a906d789d8b4d:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 4e7a6fabd..fdd375cc0 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,11 +1,12 @@ -{% load chunks compressed catalogue_tags %} +{% load i18n %} +{% load chunks compressed catalogue_tags sponsor_tags %} {% block title %}WolneLektury.pl{% endblock %} - + {% compressed_css "all" %} {% compressed_js "jquery" %} {% compressed_js "all" %} @@ -13,31 +14,41 @@ {% endblock %} - + {% trans "Internet Explorer cannot display this site properly. Click here to read more..." %} +
+ {% block bodycontent %}
{% chunk "top-message" %}
+
@@ -55,39 +66,37 @@ Fundacja Nowoczesna Polska, 00-514 Warszawa, ul. Marszałkowska 84/92 lok. 125, tel/fax: (22) 621-30-17, e-mail: fundacja@nowoczesnapolska.org.pl

-

- Partnerzy serwisu -{% chunk 'footer-map' %} -

+ {% sponsor_page "footer" %}
- +
-

Zaloguj się / Załóż konto

-

+

{% trans "Sign in" %} / {% trans "Register" %}

+

    {% authentication_form %} -
  1. +
- +
-

* Ładowanie

+

* {% trans "Loading" %}

+ {% endblock bodycontent %}