fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Nowe toolbary.
[redakcja.git]
/
project
/
templates
/
base.html
diff --git
a/project/templates/base.html
b/project/templates/base.html
index
bf7ed04
..
86b63ad
100644
(file)
--- a/
project/templates/base.html
+++ b/
project/templates/base.html
@@
-20,5
+20,7
@@
<div id="message-box">{% block message-box %} {% endblock %}</div>
</div>
<div id="content">{% block maincontent %} {% endblock %}</div>
+
+ {% block extrabody %} {% endblock %}
</body>
</html>