summaryrefslogtreecommitdiffstats
path: root/templates/base.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
commit25c951b250630bd5730262c2b2f4ad4c9051a0cc (patch)
tree91a5a41fb633aff13bc20b9a7a9b555a82367c61 /templates/base.html
parent7437ac1d382509da35f245b18f44fb9c81e2ceec (diff)
downloadtroggle-25c951b250630bd5730262c2b2f4ad4c9051a0cc.tar.gz
troggle-25c951b250630bd5730262c2b2f4ad4c9051a0cc.tar.bz2
troggle-25c951b250630bd5730262c2b2f4ad4c9051a0cc.zip
Change template headers to show 2012/2013 as shortcuts
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html
index b1e51e3..83db9bf 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -18,7 +18,7 @@
<div id="header">
<h1>CUCC Expeditions to Austria: 1976 - 2012</h1>
<div id="editLinks"> {% block loginInfo %}
- <a href="{{settings.EXPOWEB_URL}}">Expoweb</a> |
+ <a href="{{settings.EXPOWEB_URL}}">Website home</a> |
{% if user.username %}
You are logged in as {{ user.username }}
{% if user.person %}(<a href="{{ user.person.get_absolute_url }}">{{ user.person }}</a>)
@@ -38,9 +38,8 @@
<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 2009 %}">Expo2009</a> |
- <a href="{% url expedition 2010 %}">Expo2010</a> |
- <a href="{% url expedition 2011 %}">Expo2011</a> |
+ <a href="{% url expedition 2012 %}">Expo2012</a> |
+ <a href="{% url expedition 2013 %}">Expo2013</a> |
<a href="/admin/">Django admin</a>
</div>