fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Image editor fix: bring back horizontal scrollbar in motifs and objects perspective
[redakcja.git]
/
redakcja
/
templates
/
base.html
diff --git
a/redakcja/templates/base.html
b/redakcja/templates/base.html
index
4f40b29
..
595007d
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>