X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/dba809feb44cd1c4d155f3e3254a1cca5323f95f..ed513d6c11381d01e5c271fd0d12f49f5ae7c8f5:/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>