app/soc/templates/soc/survey/take.html
changeset 2490 5aa7b281fdc7
parent 2487 59d91f7a31e7
child 2526 8f29bfb9eb52
--- 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 }}
 
-  <form method="post">
+  {% if form_action %}
+    <form method="post" action="{{ form_action }}">
+  {% else %}
+    <form method="post">
+  {% endif %}
     <div style="width:100%; float:left;">
       <div class="{{ status }}" id="survey_widget">
         <table>