diff options
author | Martin Green <martin.speleo@gmail.com> | 2011-05-02 00:56:53 +0100 |
---|---|---|
committer | Martin Green <martin.speleo@gmail.com> | 2011-05-02 00:56:53 +0100 |
commit | d49271ddcf76d61eee83e48f31e49d61d5cd0ffa (patch) | |
tree | 180b826c1acf09a1c2f04a30980479c4e7252f0d /templates/base.html | |
parent | fe221f40e7fa0bb2df8dbb0afe6efbc895c5826e (diff) | |
download | troggle-d49271ddcf76d61eee83e48f31e49d61d5cd0ffa.tar.gz troggle-d49271ddcf76d61eee83e48f31e49d61d5cd0ffa.tar.bz2 troggle-d49271ddcf76d61eee83e48f31e49d61d5cd0ffa.zip |
Bug fix to expedition links
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 6 |
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>
|