diff options
author | Sam Wenham <sam@wenhams.co.uk> | 2015-01-19 21:28:35 +0000 |
---|---|---|
committer | Sam Wenham <sam@wenhams.co.uk> | 2015-01-19 21:28:35 +0000 |
commit | 3010961383824522d5361cab7e485b7e1d03c578 (patch) | |
tree | b8fea1de0e0333456b7d469a960cb8f0a8c94720 /templates/base.html | |
parent | d75862bc41d284d330c07f90e573162113b58fa7 (diff) | |
download | troggle-3010961383824522d5361cab7e485b7e1d03c578.tar.gz troggle-3010961383824522d5361cab7e485b7e1d03c578.tar.bz2 troggle-3010961383824522d5361cab7e485b7e1d03c578.zip |
Try and ignore files that don't end .html (We really need to change to .xml) eg .html.orig!!
Change the index on troggle to move on with the year
Diffstat (limited to 'templates/base.html')
-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 fda3617..76e34fa 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> |