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>