X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6797be6ce464806fdfb17b6ada71ba7b0b87b2d4..ae8967ea4942f066ff84104fadf06bdfb4a01ce5:/wolnelektury/templates/base.html?ds=sidebyside diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index f62f41d7e..f6055d09d 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,49 +6,60 @@ {% 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" %}
@@ -57,42 +69,46 @@
- +
-

Zaloguj się / Załóż konto

+

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

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

* Ładowanie

+

* {% trans "Loading" %}

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