X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/f7c70cc1d06530544ec7ca45c330357babf1e093..e785f561e82f8230697ffe100139eb1270eb1311:/edumed/templates/flatpages/default.html
diff --git a/edumed/templates/flatpages/default.html b/edumed/templates/flatpages/default.html
index 1a6f372..1ab012c 100755
--- a/edumed/templates/flatpages/default.html
+++ b/edumed/templates/flatpages/default.html
@@ -4,5 +4,7 @@
{% block title %}{{ flatpage.title }}{% endblock %}
{% block body %}
+<div id="main-bar" class="flatpage">
{{ flatpage.content|textile_pl }}
+</div>
{% endblock %}