diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/templates/base.html b/templates/base.html index c38710d..282ec3e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -34,16 +34,14 @@ <a href="{% url "survexcaveslist" %}">All Survex</a> | <a href="{% url "surveyscansfolders" %}">Scans</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="/1623/290/290.html">290 (FGH)</a> | + <a href="/1623/291/291.html">291 (GSH)</a> | + <a href="/1626/359/359.html">359 (Homecoming)</a> | + <a href="{% url "survexcavessingle" "204" %}">Surveys-204</a> | <a href="{% url "expedition" 2018 %}">Expo2018</a> | <a href="{% url "expedition" 2019 %}">Expo2019</a> | - <a href="/admin/">Django admin</a> + <br> @@ -56,8 +54,8 @@ <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> - + <a href="{% url "controlpanel" %}">import/export data</a> + <a href="/admin/">Django admin</a> </div> <div id="nav"> |