X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0d0fa7a4cd45b477e40740a8d971ec814bc6a4a9..98e12313596c58738fc7e3eeaccfde202b91ef2a:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index ec75d63d4..ddec560b4 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,39 +6,58 @@ {% 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,44 +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