diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-11 03:02:06 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-11 03:02:06 +0100 |
commit | 7f5ac93cc6b8875d809438debca14ac827a51f1a (patch) | |
tree | a1a3f3f42100a040c594fb7d88c461e734f344cb /templates/base.html | |
parent | 5d4ad93c5113a7895e98556f741714e2652f05b9 (diff) | |
download | troggle-7f5ac93cc6b8875d809438debca14ac827a51f1a.tar.gz troggle-7f5ac93cc6b8875d809438debca14ac827a51f1a.tar.bz2 troggle-7f5ac93cc6b8875d809438debca14ac827a51f1a.zip |
url dispatcher tidying
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/base.html b/templates/base.html index 2afab1f..2e7e536 100644 --- a/templates/base.html +++ b/templates/base.html @@ -29,15 +29,14 @@ </div> </div> <div class="toolbarlinks"> + <a href="{% url "survexcavessingle" "204" %}">Survex-204</a> | + <a href="/survexfile/">Survex</a> | <a href="{% url "survexcaveslist" %}">All Survex</a> | <a href="{% url "surveyscansfolders" %}">Scans</a> | <a href="{% url "tunneldata" %}">Drawing files</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="/1623/204/204.html">204 (Steinbrucken)</a> | <br> <a href="/handbook/computing/onlinesystems.html">handbook</a> | @@ -45,7 +44,9 @@ <a id="cavesLink" href="{% url "caveindex" %}">caves</a> | <a id="folklink" href="/folk">expoers</a> | <a id="caversLink" href="{% url "personindex" %}">survey lengths</a> | - <a href="{% url "stats" %}">expo statistics</a> | + <a href="{% url "stats" %}">statistics</a> | + <a href="{% url "expedition" 2018 %}">Expo2018</a> | + <a href="{% url "expedition" 2019 %}">Expo2019</a> | <a href="{% url "controlpanel" %}">import/export</a> | <a href="/admin/">Django admin</a> </div> |