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 | d29fe2ee1c0d3cb19c0432cdc5327a58a7bc31e1 (patch) | |
tree | 06dabbf49fe6ce5747b6c0be3a0b7229bc23c0f9 /templates | |
parent | 1156b1d3ea7c1664a211bdc0c05e641cd6d25523 (diff) | |
parent | 4560e0da84df94f09cac10798c3af996495cecb3 (diff) | |
download | troggle-d29fe2ee1c0d3cb19c0432cdc5327a58a7bc31e1.tar.gz troggle-d29fe2ee1c0d3cb19c0432cdc5327a58a7bc31e1.tar.bz2 troggle-d29fe2ee1c0d3cb19c0432cdc5327a58a7bc31e1.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> |