diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-07-31 01:02:02 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-07-31 01:02:02 +0300 |
commit | c1ba6a39a5f556d832da22e1f8e8ab33494f755b (patch) | |
tree | 7d136efe5a5c548ee270c9da6f4ecbba9877d6c7 /templates/base.html | |
parent | 724234949f1770645b0f8c34221ae16b0615daf3 (diff) | |
download | troggle-c1ba6a39a5f556d832da22e1f8e8ab33494f755b.tar.gz troggle-c1ba6a39a5f556d832da22e1f8e8ab33494f755b.tar.bz2 troggle-c1ba6a39a5f556d832da22e1f8e8ab33494f755b.zip |
Wallets by year and by cave
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html index 8f3f562..6d43e63 100644 --- a/templates/base.html +++ b/templates/base.html @@ -36,8 +36,8 @@ <a href="{% url "dwgallfiles" %}">Drawings</a> | <a href="{% url "dwgupload" %}">Upload Drawings</a> | <a href="{% url "photoupload" %}">Upload Photos</a> | - <a href="/1623/290/290.html">290 (FGH)</a> | - <a href="/1626/359/359.html">359 (Homecoming)</a> | + <a href="/1623/290/290">290 (FGH)</a> | + <a href="/1626/359/359">359 (Homecoming)</a> | <br> <a href="{% url "dataissues" %}">Data Issues</a> | @@ -48,8 +48,8 @@ <a id="folklink" href="/folk">expoers</a> | <a id="caversLink" href="{% url "notablepersons" %}">survey lengths</a> | <a href="{% url "stats" %}">statistics</a> | - <a href="{% url "expedition" 2018 %}">Expo2018</a> | - <a href="{% url "expedition" 2019 %}">Expo2019</a> | + <a href="/wallets/year/2019">Wallets(2019)</a> | + <a href="{% url "expedition" 2019 %}">Expo(2019)</a> | <a href="{% url "controlpanel" %}">import/export</a> | <a href="/admin/">Django admin</a> </div> |