X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d5da2664b063711aee28851f41062e3666963fb3..20d46221c322ee9165596246639c8b897a06d120:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 0f30a9e2f..c69da0728 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,7 +6,7 @@ {% block title %}WolneLektury.pl{% endblock %} - + {% compressed_css "all" %} {% compressed_js "jquery" %} {% compressed_js "all" %} @@ -13,31 +14,41 @@ {% endblock %} - + {% trans "Internet Explorer cannot display this site properly. Click here to read more..." %} +
+ {% block bodycontent %}
{% chunk "top-message" %}
+
@@ -47,44 +58,49 @@
- +
-

Zaloguj się / Załóż konto

-

+

{% trans "Sign in" %} / {% trans "Register" %}

+

    {% authentication_form %} -
  1. +
- +
-

* Ładowanie

+

* {% trans "Loading" %}

+ {% endblock bodycontent %} - + \ No newline at end of file