Commit 4ade75179edfe1b53a2c93c8e8d9361f44e3e269

Authored by Tássia Camões Araújo
1 parent b1904ec8
Exists in master and in 1 other branch add_vagrant

Removing slash from save action in survey final form.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/web/templates/survey.html 100644 → 100755
... ... @@ -36,7 +36,7 @@ button below.
36 36 </div>
37 37  
38 38  
39   -<form action="/save" method="post" enctype="multipart/form-data" name="surveyform">
  39 +<form action="save" method="post" enctype="multipart/form-data" name="surveyform">
40 40  
41 41 <input type="hidden" name="user_id" value=$request.user.user_id>
42 42 <input type="hidden" name="strategy" value=$request.strategy>
... ...