summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSam Wenham <sam@wenhams.co.uk>2016-09-04 13:47:26 +0100
committerSam Wenham <sam@wenhams.co.uk>2016-09-04 13:47:26 +0100
commit27fca090fc465cf6056c0981b126b78ea172d688 (patch)
tree6514fd55215816736f19b4266479f22e6093008d /templates
parent716131f005420059bc675965372b44c48c322ed7 (diff)
downloadtroggle-27fca090fc465cf6056c0981b126b78ea172d688.tar.gz
troggle-27fca090fc465cf6056c0981b126b78ea172d688.tar.bz2
troggle-27fca090fc465cf6056c0981b126b78ea172d688.zip
Bring troggle a little more up to date
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index 7c912a0..7483d80 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -16,7 +16,7 @@
<body onLoad="contentHeight();">
<div id="header">
- <h1>CUCC Expeditions to Austria: 1976 - 2013</h1>
+ <h1>CUCC Expeditions to Austria: 1976 - 2016</h1>
<div id="editLinks"> {% block loginInfo %}
<a href="{{settings.EXPOWEB_URL}}">Website home</a> |
{% if user.username %}
@@ -35,12 +35,14 @@
<a href="{% url survexcaveslist %}">All Survex</a> |
<a href="{% url surveyscansfolders %}">Scans</a> |
<a href="{% url tunneldata %}">Tunneldata</a> |
+ <a href="{% url survexcavessingle 107 %}">107</a> |
<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 2012 %}">Expo2012</a> |
- <a href="{% url expedition 2013 %}">Expo2013</a> |
+ <a href="{% url survexcavessingle 264 %}">264</a> |
<a href="{% url expedition 2014 %}">Expo2014</a> |
+ <a href="{% url expedition 2015 %}">Expo2015</a> |
+ <a href="{% url expedition 2016 %}">Expo2016</a> |
<a href="/admin/">Django admin</a>
</div>