diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-05-04 14:16:48 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-05-04 14:16:48 +0100 |
commit | 56c3517328e32e64d2f0e16f3bbe811e53896a85 (patch) | |
tree | e0cf772ade888fcc3cf292c085a550d1b00cb51a /templates/base.html | |
parent | 90bb0759a082755c55083f83bf029a44d225e013 (diff) | |
download | troggle-56c3517328e32e64d2f0e16f3bbe811e53896a85.tar.gz troggle-56c3517328e32e64d2f0e16f3bbe811e53896a85.tar.bz2 troggle-56c3517328e32e64d2f0e16f3bbe811e53896a85.zip |
fixed url ambiguity by 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 a1e9f6b..f386027 100644 --- a/templates/base.html +++ b/templates/base.html @@ -31,7 +31,7 @@ <a href="{% url "survexcaveslist" %}">All Survex</a> | <a href="{% url "allwallets" %}">Scans</a> | <a href="{% url "scanupload" '2021:01' %}">Upload Scans</a> | - <a href="{% url "dwgdata" %}">Drawings</a> | + <a href="{% url "dwgallfiles" %}">Drawings</a> | <a href="/1623/290/290.html">290 (FGH)</a> | <a href="/1623/291/291">291 (GSH)</a> | <a href="/1623/204/204.html">204 (Steinbrücken)</a> | |