add reminder form
[edumed.git] / edumed / templates / flatpages / default.html
index 1ab012c..f26cc8a 100755 (executable)
@@ -1,9 +1,14 @@
 {% 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>