summaryrefslogtreecommitdiffstats
path: root/templates/expowebbase.html
diff options
context:
space:
mode:
authorwookey <devnull@localhost>2013-06-23 03:19:41 +0100
committerwookey <devnull@localhost>2013-06-23 03:19:41 +0100
commitccd80e74f880b665e888ddfad23a852c9bb063cb (patch)
treed2390645165f6350d5d5072c4c6477a954489c7d /templates/expowebbase.html
parent3057d2a232300f622071a1b15f251d941f43d889 (diff)
downloadtroggle-ccd80e74f880b665e888ddfad23a852c9bb063cb.tar.gz
troggle-ccd80e74f880b665e888ddfad23a852c9bb063cb.tar.bz2
troggle-ccd80e74f880b665e888ddfad23a852c9bb063cb.zip
Change template headers to show 2012/2013 as shortcuts
Diffstat (limited to 'templates/expowebbase.html')
-rw-r--r--templates/expowebbase.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/expowebbase.html b/templates/expowebbase.html
index 128ce54..5d5b424 100644
--- a/templates/expowebbase.html
+++ b/templates/expowebbase.html
@@ -10,7 +10,7 @@
<body>
<div id="mainmenu">
<ul>
-<li><a href="/index.htm">Expo web home</a></li>
+<li><a href="/index.htm">Expo website home</a></li>
<li><a href="/intro.html">Introduction</a></li>
<li><a href="/infodx.htm">Main index</a></li>
<li><a href="/indxal.htm">Cave index</a></li>
@@ -22,9 +22,8 @@
<li><a href="{% url survexcavessingle 161 %}">161</a></li>
<li><a href="{% url survexcavessingle 204 %}">204</a></li>
<li><a href="{% url survexcavessingle 258 %}">258</a></li>
-<li><a href="{% url expedition 2009 %}">Expo2009</a></li>
-<li><a href="{% url expedition 2010 %}">Expo2010</a></li>
-<li><a href="{% url expedition 2011 %}">Expo2011</a></li>
+<li><a href="{% url expedition 2012 %}">Expo2012</a></li>
+<li><a href="{% url expedition 2013 %}">Expo2013</a></li>
<li><a href="/admin">Django admin</a></li>
</ul>
{% endif %}