app/soc/templates/soc/survey/take.html
changeset 2558 ba32a4f5716b
parent 2554 e32452672666
child 2562 9f9261d32efc
--- a/app/soc/templates/soc/survey/take.html	Mon Jul 06 13:19:00 2009 +0200
+++ b/app/soc/templates/soc/survey/take.html	Mon Jul 06 14:58:46 2009 +0200
@@ -33,6 +33,12 @@
 
   {{ help_text }}
 
+  {% if entity.content %}
+    <div=survey_description>
+      {{ entity.content|safe }}
+    </div>
+  {% endif %}
+
   {% if form_action %}
     <form method="post" action="{{ form_action }}">
   {% else %}