X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c7a3514a4b1c947b891d6bac81cfff0ecdd23a14..95045552540ca917d273954ebfa20b47a306bb93:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 2e687ce87..ddec560b4 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -1,43 +1,63 @@ -{% load chunks compressed catalogue_tags %} +{% load i18n %} +{% load 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" %}
@@ -47,47 +67,55 @@
- +
-

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