diff options
author | Sam Wenham <sam@wenhams.co.uk> | 2018-06-20 18:11:12 +0100 |
---|---|---|
committer | Sam Wenham <sam@wenhams.co.uk> | 2018-06-20 18:11:12 +0100 |
commit | 3d2ac06a726e24a7b94b27581080f763953d3964 (patch) | |
tree | a5c78ffb7d103edb3649cc7c4e9aebf4c03a58ac /templates/base.html | |
parent | 9802f4545265fe466fdf440f3a2fee903007792c (diff) | |
download | troggle-3d2ac06a726e24a7b94b27581080f763953d3964.tar.gz troggle-3d2ac06a726e24a7b94b27581080f763953d3964.tar.bz2 troggle-3d2ac06a726e24a7b94b27581080f763953d3964.zip |
Move the years on a bit
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 11568af..0941c8c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -40,9 +40,9 @@ <a href="{% url "survexcavessingle" 204 %}">204</a> | <a href="{% url "survexcavessingle" 258 %}">258</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="{% url "expedition" 2017 %}">Expo2017</a> | + <a href="{% url "expedition" 2018 %}">Expo2018</a> | <a href="/admin/">Django admin</a> </div> |