X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9e41863c3cff14cbbc65b783ee57120fb59fa22c..4fa05f4b9dc3567ab66a7a3a4827ea64b582a4ee:/wolnelektury/templates/base.html?ds=inline
diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html
index 3a15613fd..534f5cfc1 100644
--- a/wolnelektury/templates/base.html
+++ b/wolnelektury/templates/base.html
@@ -7,13 +7,12 @@
         
         
-        
{% block title %}WolneLektury.pl{% endblock %}
+        {% block title %}{% trans "Wolne Lektury" %} :: 
+            {% block titleextra %}{% endblock %}{% endblock %}
         
         
         {% compressed_css "all" %}
-        
-        {% compressed_js "jquery" %}
-        {% compressed_js "all" %}
+
         {% block extrahead %}
         {% endblock %}
     
@@ -42,7 +41,13 @@
                     {% endif %}
                     | {% trans "Logout" %}
                 {% else %}
-                    {% trans "Sign in" %} / {% trans "Register" %}
+                    
+                            {% trans "Sign in" %}
+                    /
+                    
+                            {% trans "Register" %}
                 {% endif %}
             
 
@@ -141,31 +146,25 @@
         {# end main-content #}
 
 
-        
+        
 
 
         {% endblock bodycontent %}
 
+
+        
+        
+        {% compressed_js "base" %}
+