summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMartin Green <martin.speleo@gmail.com>2011-05-02 00:53:44 +0100
committerMartin Green <martin.speleo@gmail.com>2011-05-02 00:53:44 +0100
commitfe221f40e7fa0bb2df8dbb0afe6efbc895c5826e (patch)
tree119d32343d71947bb34ad934bedd898a0d8bc29b /templates
parent254f028575f4cb69921fd817c461230e29e81072 (diff)
downloadtroggle-fe221f40e7fa0bb2df8dbb0afe6efbc895c5826e.tar.gz
troggle-fe221f40e7fa0bb2df8dbb0afe6efbc895c5826e.tar.bz2
troggle-fe221f40e7fa0bb2df8dbb0afe6efbc895c5826e.zip
Link to expowebsite
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 302aa25..496616b 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -18,6 +18,7 @@
<div id="header">
<h1>CUCC Expeditions to Austria: 1976 - 2009</h1>
<div id="editLinks"> {% block loginInfo %}
+ <a href="{{ settings.EXPOWEB_URL }}">ExpoWeb</a> |
<a href="{{ settings.URL_ROOT }}">Home</a> |
{% if user.username %}
You are logged in as {{ user.username }}
@@ -38,8 +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 %}">Expo2008</a> |
- <a href="{% url expedition 2009 %}">Expo2009</a> |
+ <a href="{% url expedition 2008 %}">Expo2009</a> |
+ <a href="{% url expedition 2009 %}">Expo2010</a> |
+ <a href="{% url expedition 2009 %}">Expo2011</a> |
<a href="/admin">Django admin</a>
</div>