summaryrefslogtreecommitdiffstats
path: root/templates/survey.html
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:32:45 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:32:45 +0100
commitaa0b14de5f1e6884496b1d04593bb82063220dc2 (patch)
treec222b8d1550e26dd0912d366d30a3e0ed860da14 /templates/survey.html
parent4c660b423ea8a1356babbf6b147a9c5bb98dc0c5 (diff)
downloadtroggle-aa0b14de5f1e6884496b1d04593bb82063220dc2.tar.gz
troggle-aa0b14de5f1e6884496b1d04593bb82063220dc2.tar.bz2
troggle-aa0b14de5f1e6884496b1d04593bb82063220dc2.zip
[svn] Fix double / error
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8167 by aaron @ 1/17/2009 8:11 AM
Diffstat (limited to 'templates/survey.html')
-rw-r--r--templates/survey.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/survey.html b/templates/survey.html
index acd9d3c..ce62715 100644
--- a/templates/survey.html
+++ b/templates/survey.html
@@ -40,12 +40,12 @@
}
function redirectSurvey(){
- window.location = "{{ settings.URL_ROOT }}/survey/" + document.getElementById("expeditionChooser").value + "%23" + document.getElementById("surveyChooser").value;
+ window.location = "{{ settings.URL_ROOT }}survey/" + document.getElementById("expeditionChooser").value + "%23" + document.getElementById("surveyChooser").value;
document.getElementById("progressTableContent").style.display='hidden'
}
function redirectYear(){
- window.location = "{{ settings.URL_ROOT }}/survey/" + document.getElementById("expeditionChooser").value + "%23"
+ window.location = "{{ settings.URL_ROOT }}survey/" + document.getElementById("expeditionChooser").value + "%23"
}
</script>
{% endblock %}