X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6c984d51262f63e88ae8ffb8e6611ea2dd406471..088b37be4aa9fe5156c101c0e65b0d229bcec849:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 4e7a6fabd..563787a8a 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,93 +1,121 @@ -{% load chunks compressed catalogue_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