X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6797be6ce464806fdfb17b6ada71ba7b0b87b2d4..065de51299321ae6510edd47fd3485991e26b242:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index f62f41d7e..4d43c28cc 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,98 +1,119 @@ -{% 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 %} @@ -105,4 +126,4 @@ pageTracker._trackPageview(); - + \ No newline at end of file