diff options
author | Wookey <wookey@wookware.org> | 2015-04-08 03:27:48 +0100 |
---|---|---|
committer | Wookey <wookey@wookware.org> | 2015-04-08 03:27:48 +0100 |
commit | dc385b52bf200e9aefe64a8ee08e4c1d3d37ed50 (patch) | |
tree | 06dabbf49fe6ce5747b6c0be3a0b7229bc23c0f9 /templates | |
parent | bc4fa32ce9a3eef6e07e7f4693e0e68293184f02 (diff) | |
parent | 244a6177cf88b8a88a35cd3b6b90da742dc3e4c0 (diff) | |
download | troggle-dc385b52bf200e9aefe64a8ee08e4c1d3d37ed50.tar.gz troggle-dc385b52bf200e9aefe64a8ee08e4c1d3d37ed50.tar.bz2 troggle-dc385b52bf200e9aefe64a8ee08e4c1d3d37ed50.zip |
Merge in Sam's parser debugging
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 63724ee..7c912a0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -38,9 +38,9 @@ <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 2011 %}">Expo2011</a> | <a href="{% url expedition 2012 %}">Expo2012</a> | <a href="{% url expedition 2013 %}">Expo2013</a> | + <a href="{% url expedition 2014 %}">Expo2014</a> | <a href="/admin/">Django admin</a> </div> |