Commit 4ade75179edfe1b53a2c93c8e8d9361f44e3e269
1 parent
b1904ec8
Exists in
master
and in
1 other branch
Removing slash from save action in survey final form.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
| @@ -36,7 +36,7 @@ button below. | @@ -36,7 +36,7 @@ button below. | ||
| 36 | </div> | 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 | <input type="hidden" name="user_id" value=$request.user.user_id> | 41 | <input type="hidden" name="user_id" value=$request.user.user_id> |
| 42 | <input type="hidden" name="strategy" value=$request.strategy> | 42 | <input type="hidden" name="strategy" value=$request.strategy> |