app/soc/templates/soc/survey/edit.html
changeset 2576 7a1138f8a0e2
parent 2575 e319fd52cbc4
child 2801 0ee67cc9bd20
--- a/app/soc/templates/soc/survey/edit.html	Thu Jul 09 10:16:29 2009 +0200
+++ b/app/soc/templates/soc/survey/edit.html	Thu Jul 09 10:39:30 2009 +0200
@@ -194,11 +194,4 @@
 </div>
 
 </p>
-
-  {% if not new_survey %}
-    {% if survey_records %}
-      {{ survey_records|safe }}
-    {% endif %}
-  {% endif %}
-
 {% endblock %}