summaryrefslogtreecommitdiffstats
path: root/templates/survey.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/survey.html')
-rw-r--r--templates/survey.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/survey.html b/templates/survey.html
index ce62715..0cce748 100644
--- a/templates/survey.html
+++ b/templates/survey.html
@@ -51,14 +51,14 @@
{% endblock %}
<body class="twoColHybLtHdr">
-{% block currentLocation %}
+<div id="currentLocation">
CUCC Expo virtual survey binder:
{% if current_survey %}
{{current_survey}}
{% else %}
{{current_year }}
{% endif %}
-{% endblock %}
+</div>
{% block nav %}
<div id="sidebar1">
@@ -185,4 +185,4 @@
</div>
<br class="clearfloat" />
</div>
-{% endblock %} \ No newline at end of file
+{% endblock %}