X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d606942f6eb286933eb71f4232db580fcb3a166c..7cf1f5926f871122e6e240432531ae942c4f9df1:/wolnelektury/templates/base.html
diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html
index b7f699316..534f5cfc1 100644
--- a/wolnelektury/templates/base.html
+++ b/wolnelektury/templates/base.html
@@ -7,8 +7,8 @@
-
{% trans "Wolne Lektury internet library" %}
- {% block titleextra %}{% endblock %}
+ {% block title %}{% trans "Wolne Lektury" %} ::
+ {% block titleextra %}{% endblock %}{% endblock %}
{% compressed_css "all" %}
@@ -41,7 +41,13 @@
{% endif %}
| {% trans "Logout" %}
{% else %}
- {% trans "Sign in" %} / {% trans "Register" %}
+
+ {% trans "Sign in" %}
+ /
+
+ {% trans "Register" %}
{% endif %}
@@ -140,34 +146,23 @@
{# end main-content #}
-
+
{% endblock bodycontent %}
-
+
{% compressed_js "base" %}