X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/066ffa84ce4d577668b1a49140fb7facc19451c3..afdd9bc42c8e08e0e2fbade6b9c934a3d65f4885:/wolnelektury/templates/base.html?ds=sidebyside
diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html
index 9d490ae3f..d1bf19e8a 100644
--- a/wolnelektury/templates/base.html
+++ b/wolnelektury/templates/base.html
@@ -7,14 +7,12 @@
-
{% trans "Wolne Lektury internet library" %}
- {% block titleextra %}{% endblock %}
+ {% block title %}{% trans "Wolne Lektury" %} ::
+ {% block titleextra %}{% endblock %}{% endblock %}
{% compressed_css "all" %}
-
- {% compressed_js "jquery" %}
- {% compressed_js "all" %}
+
{% block extrahead %}
{% endblock %}
@@ -43,7 +41,13 @@
{% endif %}
| {% trans "Logout" %}
{% else %}
- {% trans "Sign in" %} / {% trans "Register" %}
+
+ {% trans "Sign in" %}
+ /
+
+ {% trans "Register" %}
{% endif %}
@@ -58,10 +62,10 @@
-