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 | 019f8c055009933176735306c0693987d0353891 (patch) | |
tree | 00cf777930f930c14e0d67dc51af9da58e1353c0 /templates | |
parent | 952af7adc5443f3a52607f65c685546f24978878 (diff) | |
download | troggle-019f8c055009933176735306c0693987d0353891.tar.gz troggle-019f8c055009933176735306c0693987d0353891.tar.bz2 troggle-019f8c055009933176735306c0693987d0353891.zip |
Don't create years that aren't here yet troggle goes boom
Diffstat (limited to 'templates')
-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> |