# HG changeset patch # User Lennard de Rijk # Date 1246546291 -7200 # Node ID 5aa7b281fdc797c74df918b9644e8fbdcf369b98 # Parent 7c23f90d87cd7c064f7188afd08d160a6aa7ea78 Added the possibility to change the action of the form on the Survey take page. diff -r 7c23f90d87cd -r 5aa7b281fdc7 app/soc/templates/soc/survey/take.html --- a/app/soc/templates/soc/survey/take.html Thu Jul 02 16:50:08 2009 +0200 +++ b/app/soc/templates/soc/survey/take.html Thu Jul 02 16:51:31 2009 +0200 @@ -33,7 +33,11 @@ {{ help_text }} -
+ {% if form_action %} + + {% else %} + + {% endif %}