app/soc/templates/soc/survey/list/results_heading.html
changeset 2724 8df4563fb2eb
parent 2723 9e03061402ac
child 2725 09b5bfc5707f
--- a/app/soc/templates/soc/survey/list/results_heading.html	Tue Aug 04 15:59:42 2009 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-<tr align="left">
-  {% for property in properties %}
-    <th>{{ property }}</th>
-  {% endfor %}
-  <th>Taken By</th>
-  <th>Created On</th>
-  <th>Last Modified</th>
-  <th>Answer</th>
-  {% if grades %}
-    <th>Grade</th>
-  {% endif %}
-</tr>