diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index 9e0d55f..c38710d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -33,15 +33,15 @@ <div class="toolbarlinks"> <a href="{% url "survexcaveslist" %}">All Survex</a> | <a href="{% url "surveyscansfolders" %}">Scans</a> | - <a href="{% url "tunneldata" %}">Tunneldata</a> | + <a href="{% url "tunneldata" %}">Drawing files</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 "survexcavessingle" "264" %}">Surveys-264</a> | <a href="{% url "expedition" 2018 %}">Expo2018</a> | <a href="{% url "expedition" 2019 %}">Expo2019</a> | - <a href="{% url "expedition" 2020 %}">Expo2020</a> | <a href="/admin/">Django admin</a> <br> @@ -53,7 +53,7 @@ <a href="{% url "frontpage" %}">tasks to do </a> | <a id="cavesLink" href="{% url "caveindex" %}">caves</a> | - <a id="caversLink" href="{% url "personindex" %}">cavers</a> | + <a id="caversLink" href="{% url "personindex" %}">people</a> | <a id="expeditionsLink" href="{% url "expeditions" %}">all expeditions</a> | <a href="{% url "stats" %}">statistics</a> | <a id="cuccLink" href="{% url "controlpanel" %}">import/export data</a> |