X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/54d2f3a9f5501bfca8ab48544123f2851c6c4085..440e003c328f12462a1ca8b512fbeb4bb5ad903a:/redakcja/templates/base.html

diff --git a/redakcja/templates/base.html b/redakcja/templates/base.html
index 4f40b297..65174e44 100644
--- a/redakcja/templates/base.html
+++ b/redakcja/templates/base.html
@@ -1,9 +1,10 @@
 <!DOCTYPE html >
 {% load i18n %}
 <html>
-    <head>
+    <head lang="{{ LANGUAGE_CODE }}">
         <meta charset="utf-8" />
-        <title>{% block title %}{% trans "Platforma Redakcyjna" %}{% block subtitle %}{% endblock subtitle %}{% endblock title%}</title>
+        <title>{% block title %}{% trans "Platforma Redakcyjna" %} ::
+            {% block titleextra %}{% endblock titleextra %}{% endblock title%}</title>
         {% block extrahead %}
         {% endblock %}
     </head>
@@ -20,7 +21,7 @@
 		<!-- version: {{ APP_VERSION }} -->
         <div id="content">{% block maincontent %} {% endblock %}</div>
         </div>
-    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
+    <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
     {% block extrabody %}{% endblock %}
     </body>
 </html>