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