X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/71b07fe1928b04a218e062f01cca720863b9eeb9..c594f3c20b1c68cc056d2f674accba83bd3c63cd:/project/templates/base.html

diff --git a/project/templates/base.html b/project/templates/base.html
index 48ad036a..06fbc628 100644
--- a/project/templates/base.html
+++ b/project/templates/base.html
@@ -11,6 +11,7 @@
         {% endblock %}
     </head>
     <body id="{% block bodyid %}base{% endblock %}">
+	<div id="body-wrap">
 	<div id="header">
 		<span id="breadcrumbs">{% block breadcrumbs %}<a href="{% url file_list %}">Platforma Redakcyjna</a>{% endblock breadcrumbs %}</span>
 		<span id="header-right-toolbar">
@@ -22,5 +23,6 @@
     <div id="content">{% block maincontent %} {% endblock %}</div>
 
     {% block extrabody %}{% endblock %}
+	</div>
     </body>
 </html>