diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-07-27 23:22:46 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-07-27 23:24:51 +0300 |
commit | c39fb3070789c19b870603434560e523166abad4 (patch) | |
tree | 6f5f1ff1f3aa9ef9cd914fb038f3d4029d39e8e0 /templates/base.html | |
parent | 91568b71516c6418bd9e2bd00433486bc6baf769 (diff) | |
download | troggle-c39fb3070789c19b870603434560e523166abad4.tar.gz troggle-c39fb3070789c19b870603434560e523166abad4.tar.bz2 troggle-c39fb3070789c19b870603434560e523166abad4.zip |
new urls and dummy functions and rename
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 2661123..8f3f562 100644 --- a/templates/base.html +++ b/templates/base.html @@ -31,7 +31,7 @@ <a href="{% url "survexcavessingle" "359" %}">359</a> | <a href="/survexfile/">Survex</a> | <a href="{% url "survexcaveslist" %}">All Survex</a> | - <a href="{% url "allwallets" %}">Scans</a> | + <a href="{% url "allscans" %}">Scans</a> | <a href="{% url "scanupload" '2022:01' %}">Upload Scans</a> | <a href="{% url "dwgallfiles" %}">Drawings</a> | <a href="{% url "dwgupload" %}">Upload Drawings</a> | |