diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/templates/base.html b/templates/base.html index e30cbd5..f9d4bc8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -35,13 +35,11 @@ <a href="{% url "survexcaveslist" %}">All Survex</a> | <a href="{% url "surveyscansfolders" %}">Scans</a> | <a href="{% url "tunneldata" %}">Tunneldata</a> | - <a href="{% url "survexcavessingle" 107 %}">107</a> | - <a href="{% url "survexcavessingle" 161 %}">161</a> | - <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" 2016 %}">Expo2016</a> | - <a href="{% url "expedition" 2017 %}">Expo2017</a> | + <a href="{% url "survexcavessingle" "caves-1623/290/290.svx" %}">290</a> | + <a href="{% url "survexcavessingle" "caves-1623/291/291.svx" %}">291</a> | + <a href="{% url "survexcavessingle" "caves-1626/359/359.svx" %}">359</a> | + <a href="{% url "survexcavessingle" "caves-1623/258/258.svx" %}">258</a> | + <a href="{% url "survexcavessingle" "caves-1623/264/264.svx" %}">264</a> | <a href="{% url "expedition" 2018 %}">Expo2018</a> | <a href="{% url "expedition" 2019 %}">Expo2019</a> | <a href="{% url "expedition" 2020 %}">Expo2020</a> | |