X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9e41863c3cff14cbbc65b783ee57120fb59fa22c..f293bf6e6217d2277d11b65fdb63bc35badc8e68:/wolnelektury/templates/base.html?ds=sidebyside diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 3a15613fd..b7f699316 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -7,13 +7,12 @@ - {% block title %}WolneLektury.pl{% endblock %} + {% trans "Wolne Lektury internet library" %} + {% block titleextra %}{% endblock %} {% compressed_css "all" %} - - {% compressed_js "jquery" %} - {% compressed_js "all" %} + {% block extrahead %} {% endblock %} @@ -166,6 +165,11 @@ {% endblock bodycontent %} + + + + {% compressed_js "base" %} +