summaryrefslogtreecommitdiffstats
path: root/templates/base.html
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
commite942c839a1ded5bd0dd8acfddfab7d083a8d4baf (patch)
treea47e64bcb1137a6beaeb7a1d1445d57c016a2c1d /templates/base.html
parentbff34aafb995596ee5a5b12a2dea02e29e4750ab (diff)
downloadtroggle-e942c839a1ded5bd0dd8acfddfab7d083a8d4baf.tar.gz
troggle-e942c839a1ded5bd0dd8acfddfab7d083a8d4baf.tar.bz2
troggle-e942c839a1ded5bd0dd8acfddfab7d083a8d4baf.zip
Link to expowebsite
Diffstat (limited to 'templates/base.html')
-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>