diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-22 06:49:13 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-22 06:49:13 +0100 |
commit | 3528f56b834cf87017e28708e67b635c6aec62a9 (patch) | |
tree | a5133b5a07eed73753d5c22c99d8dcfc8d580c0f /templates/survey.html | |
parent | a2154b411e16866ecbabf0f0ef8dff439d720efb (diff) | |
download | troggle-3528f56b834cf87017e28708e67b635c6aec62a9.tar.gz troggle-3528f56b834cf87017e28708e67b635c6aec62a9.tar.bz2 troggle-3528f56b834cf87017e28708e67b635c6aec62a9.zip |
[svn] more survey binder updates
Diffstat (limited to 'templates/survey.html')
-rw-r--r-- | templates/survey.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/survey.html b/templates/survey.html index b24e4e5..b3214a0 100644 --- a/templates/survey.html +++ b/templates/survey.html @@ -50,8 +50,8 @@ <center>
<select id="expeditionChooser" class="centre" onChange="redirectYear()">
+ <option value=""/>
{% for expedition in expeditions %}
-
<option label="{{ expedition }}" value="{{ expedition }}" {% ifequal expedition current_expedition %}selected{% endifequal %}>
{{ expedition }}
@@ -72,8 +72,10 @@ <center>
<select id="surveyChooser" class="centre" onChange="redirectSurvey()">
<option label="show all" value="">
- {% for survey in current_expedition.survey_set.all %}
+
</option>
+ {% for survey in current_expedition.survey_set.all %}
+
<option label="{{ survey }}" value="{{ survey.wallet_number }}"
{% ifequal survey current_survey %}
selected
|