Added the possibility to change the action of the form on the Survey take page.
--- 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>