add reminder form
[edumed.git] / edumed / templates / flatpages / default.html
index 1a6f372..f26cc8a 100755 (executable)
@@ -1,8 +1,15 @@
 {% extends "base.html" %}
 {% load textile_pl from fnp_markup %}
+{% load chunk from chunks %}
 
 {% block title %}{{ flatpage.title }}{% endblock %}
 
 {% block body %}
+<section id="main-promobox">
+  {% chunk "promobox" %}
+</section>
+
+<div id="main-bar" class="flatpage">
 {{ flatpage.content|textile_pl }}
+</div>
 {% endblock %}