fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update librarian
[redakcja.git]
/
redakcja
/
templates
/
base.html
diff --git
a/redakcja/templates/base.html
b/redakcja/templates/base.html
index
4f40b29
..
65174e4
100644
(file)
--- a/
redakcja/templates/base.html
+++ b/
redakcja/templates/base.html
@@
-1,9
+1,10
@@
<!DOCTYPE html >
{% load i18n %}
<html>
<!DOCTYPE html >
{% load i18n %}
<html>
- <head>
+ <head
lang="{{ LANGUAGE_CODE }}"
>
<meta charset="utf-8" />
<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>
{% block extrahead %}
{% endblock %}
</head>
@@
-20,7
+21,7
@@
<!-- version: {{ APP_VERSION }} -->
<div id="content">{% block maincontent %} {% endblock %}</div>
</div>
<!-- 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>
{% block extrabody %}{% endblock %}
</body>
</html>