layout fix for info
[edumed.git] / edumed / templates / flatpages / default.html
index 1a6f372..f19f3c3 100755 (executable)
@@ -4,5 +4,7 @@
 {% block title %}{{ flatpage.title }}{% endblock %}
 
 {% block body %}
+<div id="main-bar">
 {{ flatpage.content|textile_pl }}
+</div>
 {% endblock %}