X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b9e0f4715ebf40bc7cf297984df2a1489902a2ac..0ee9de179914aa395f4b7475b7b9b6229c42b760:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 7f08ed057..4d59dc8aa 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,90 +1,120 @@ -{% 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 %} {% endblock %} - + {% trans "Internet Explorer cannot display this site properly. Click here to read more..." %} +
+ {% block bodycontent %}
{% chunk "top-message" %}
{% block body %} - {% endblock %} + {% endblock %}
- +
-

Zaloguj się / Załóż konto

+

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

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

* {% trans "Loading" %}

+
+
+
+
-

* Ładowanie

+

* {% trans "Loading" %}

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