X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d5da2664b063711aee28851f41062e3666963fb3..b9bf77dc8f2d4b1b64bd7a29730bec3e3f885a6e:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 0f30a9e2f..061197f9b 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,90 +1,141 @@ -{% 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" %}

+
+
+
+ +
+

* {% trans "Loading" %}

+
+
+
+
-

* Ładowanie

+

* {% trans "Loading" %}

+ {% endblock bodycontent %} + {{ piwik_tag|safe }}