summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMartin Green <martin.speleo@gmail.com>2011-05-02 00:56:53 +0100
committerMartin Green <martin.speleo@gmail.com>2011-05-02 00:56:53 +0100
commit3928609c29e26f826302c733cfc4fcbf487bd7c5 (patch)
tree1cbfff1740995e2205f56351ef5ccf345cd7969c /templates
parente942c839a1ded5bd0dd8acfddfab7d083a8d4baf (diff)
downloadtroggle-3928609c29e26f826302c733cfc4fcbf487bd7c5.tar.gz
troggle-3928609c29e26f826302c733cfc4fcbf487bd7c5.tar.bz2
troggle-3928609c29e26f826302c733cfc4fcbf487bd7c5.zip
Bug fix to expedition links
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index 496616b..6a4da29 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -39,9 +39,9 @@
<a href="{% url survexcavessingle 161 %}">161</a> |
<a href="{% url survexcavessingle 204 %}">204</a> |
<a href="{% url survexcavessingle 258 %}">258</a> |
- <a href="{% url expedition 2008 %}">Expo2009</a> |
- <a href="{% url expedition 2009 %}">Expo2010</a> |
- <a href="{% url expedition 2009 %}">Expo2011</a> |
+ <a href="{% url expedition 2009 %}">Expo2009</a> |
+ <a href="{% url expedition 2010 %}">Expo2010</a> |
+ <a href="{% url expedition 2011 %}">Expo2011</a> |
<a href="/admin">Django admin</a>
</div>