Removed obsolete if tag form take template.
authorLennard de Rijk <ljvderijk@gmail.com>
Thu, 02 Jul 2009 15:38:33 +0200
changeset 2487 59d91f7a31e7
parent 2486 78c87d9f4af7
child 2488 69ce84f4c1da
Removed obsolete if tag form take template.
app/soc/templates/soc/survey/take.html
--- a/app/soc/templates/soc/survey/take.html	Thu Jul 02 15:34:02 2009 +0200
+++ b/app/soc/templates/soc/survey/take.html	Thu Jul 02 15:38:33 2009 +0200
@@ -49,9 +49,7 @@
       <tbody>
         <tr>
           <td>
-            {% if not read_only %}
-              <input type="submit" value="Submit" style="font-weight: bold;"/>
-            {% endif %}
+            <input type="submit" value="Submit" style="font-weight: bold;"/>
           </td>
         </tr>
       </tbody>