diff options
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> |