X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6710783b593bef32a34550de4f6581fc2a5e6836..efd819ba16dfc705f20298d4dd4a906d789d8b4d:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index e382cf2f6..fdd375cc0 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,3 +1,4 @@ +{% load i18n %} {% load chunks compressed catalogue_tags sponsor_tags %} @@ -5,7 +6,7 @@ {% block title %}WolneLektury.pl{% endblock %} - + {% compressed_css "all" %} {% compressed_js "jquery" %} {% compressed_js "all" %} @@ -13,35 +14,40 @@ {% endblock %} - + {% trans "Internet Explorer cannot display this site properly. Click here to read more..." %} +
+ {% block bodycontent %}
{% chunk "top-message" %}
+ @@ -64,32 +70,33 @@ {% sponsor_page "footer" %}
-
Zamknij
+
{% trans "Close" %}
-

Zaloguj się / Załóż konto

+

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

    {% authentication_form %} -
  1. +
-
Zamknij
+
{% trans "Close" %}
-

* Ładowanie

+

* {% trans "Loading" %}

+ {% endblock bodycontent %}