diff options
Diffstat (limited to 'templates/survey.html')
-rw-r--r-- | templates/survey.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/survey.html b/templates/survey.html index 9dca0df..13a8800 100644 --- a/templates/survey.html +++ b/templates/survey.html @@ -24,11 +24,11 @@ }); function redirectSurvey(){ - window.location = "{% url survey %}" + '/' + document.getElementById("expeditionChooser").value + "%23" + document.getElementById("surveyChooser").value; + window.location = "{% url "survey" %}" + '/' + document.getElementById("expeditionChooser").value + "%23" + document.getElementById("surveyChooser").value; } function redirectYear(){ - window.location = "{% url survey %}" + '/' + document.getElementById("expeditionChooser").value + "%23"; + window.location = "{% url "survey" %}" + '/' + document.getElementById("expeditionChooser").value + "%23"; } </script> |