X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9531d8a55106384d86cda24825b5f9a9d769d33d..b382b5de96bef3774c62d6056e8b3bf3cfca0971:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 260ac6eb8..ca417677d 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,90 +6,113 @@ {% 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. +
- +
-

* Ładowanie

+

* {% trans "Loading" %}

+
+
+
+ +
+

* {% trans "Loading" %}

{% endblock bodycontent %} @@ -101,4 +125,4 @@ pageTracker._trackPageview(); - + \ No newline at end of file