From f58b1db9208b5a7509699b2a34f70fb275fb8b65 Mon Sep 17 00:00:00 2001
From: Sam Wenham <sam@wenhams.co.uk>
Date: Wed, 20 Jun 2018 18:14:13 +0100
Subject: [PATCH] Don't create years that aren't here yet troggle goes boom

---
 templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>