X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f906193db2ec44590f57beae2e8ee2df76117b7b..2bf5eaca680da6ebd22e6fd799a9a5d68206f0b8:/wolnelektury/templates/base.html
diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html
index 9d490ae3f..19c808a1e 100644
--- a/wolnelektury/templates/base.html
+++ b/wolnelektury/templates/base.html
@@ -7,14 +7,12 @@
         
         
-        
{% trans "Wolne Lektury internet library" %}
+        {% trans "Wolne Lektury" %} :: 
             {% block titleextra %}{% 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 %}
             
 
@@ -142,31 +146,25 @@
         {# end main-content #}
 
 
-        
+        
 
 
         {% endblock bodycontent %}
 
+
+        
+        
+        {% compressed_js "base" %}
+