diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-21 19:47:19 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-21 19:47:19 +0100 |
commit | 891b3abb44f1a4a855510be70b2048ed955bbe17 (patch) | |
tree | 51d2636ed80d9120cd3be541e2b7f01592f42694 /templates/survey.html | |
parent | 01b0980c441a7a2a9e47680ee0b025e648c9ef0f (diff) | |
download | troggle-891b3abb44f1a4a855510be70b2048ed955bbe17.tar.gz troggle-891b3abb44f1a4a855510be70b2048ed955bbe17.tar.bz2 troggle-891b3abb44f1a4a855510be70b2048ed955bbe17.zip |
[svn] Updates to allow subcave tree with nice admin.
Diffstat (limited to 'templates/survey.html')
-rw-r--r-- | templates/survey.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/survey.html b/templates/survey.html index 290cd97..4b6ebbc 100644 --- a/templates/survey.html +++ b/templates/survey.html @@ -67,7 +67,7 @@ <div id="progressTable" class="menuBarItem"> {% if current_expedition.survey_set.all %}✓{% endif %}
survey progress table </div>
</div>
-
+{% if current_survey %}
<h3>Choose a wallet number </h3>
<center>
<select id="surveyChooser" class="centre" onChange="redirectSurvey()">
@@ -101,8 +101,10 @@ <div id="mainSketchIntegration" class="menuBarItem" ">add to main sketch</div>
</div>
</div>
+{% endif %}
{% endblock %}
+
{% block content %}
<div id="mainContent">
|