app/soc/templates/soc/survey/results.html
changeset 2576 7a1138f8a0e2
parent 2422 44c500fc0eca
--- a/app/soc/templates/soc/survey/results.html	Thu Jul 09 10:16:29 2009 +0200
+++ b/app/soc/templates/soc/survey/results.html	Thu Jul 09 10:39:30 2009 +0200
@@ -1,6 +1,3 @@
-{% if grades %}
-  <form id='GradesForm' method='post' action="{{ grade_action }}" >
-{% endif %}
 {% if list_msg %}
   {{ list_msg|safe }}
 {% endif %}
@@ -14,8 +11,3 @@
   {% include list.nextList %}
   </p>
 {% endfor %}
-
-{% if grades %}
-    <input type='submit' value='Update Grades'/>
-  </form>
-{% endif %}