diff options
author | Sam Wenham <sam@wenhams.co.uk> | 2018-06-20 18:14:13 +0100 |
---|---|---|
committer | Sam Wenham <sam@wenhams.co.uk> | 2018-06-20 18:14:13 +0100 |
commit | f58b1db9208b5a7509699b2a34f70fb275fb8b65 (patch) | |
tree | 00cf777930f930c14e0d67dc51af9da58e1353c0 | |
parent | 3d2ac06a726e24a7b94b27581080f763953d3964 (diff) | |
download | troggle-f58b1db9208b5a7509699b2a34f70fb275fb8b65.tar.gz troggle-f58b1db9208b5a7509699b2a34f70fb275fb8b65.tar.bz2 troggle-f58b1db9208b5a7509699b2a34f70fb275fb8b65.zip |
Don't create years that aren't here yet troggle goes boom
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 0941c8c..20a22ef 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" 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> |