diff options
-rw-r--r-- | templates/cave.html | 4 | ||||
-rw-r--r-- | templates/menu.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/cave.html b/templates/cave.html index e7e89ba..d089d5b 100644 --- a/templates/cave.html +++ b/templates/cave.html @@ -6,7 +6,7 @@ <!-- #Wookey says (Nov.2021) that the CaveView integration was done by Martin Green #at an expo training weekend. -# This design assumes that all .3d files are in the same folder, as +# This design assumed that all .3d files are in the same folder, as # specified by THREEDCACHEDIR in localsettings.py which implicitly is # assuming that all survex files have unique filenames - which is not true # there are about 20 duplicates, see report items in DataIssues @@ -22,7 +22,7 @@ # SUGGESTION we shuld just ditch and put ever .3d file in the same folder as # the .svx file, using the {{svx3d}} template variable set in rendercave() in -# core/views/caves.py but with a full path. +# core/views/caves.py but with a full path. THIS IS NOW DONE March 2022. # This css code below is very similar caveview.css but why is it copied here ? diff --git a/templates/menu.html b/templates/menu.html index c22b38d..d994a22 100644 --- a/templates/menu.html +++ b/templates/menu.html @@ -5,7 +5,7 @@ <li><a href="/handbook/index.htm">Handbook</a></li> <li><a href="/handbook/computing/onlinesystems.html">Online systems</a></li> <li><a href="/pubs.htm">Reports</a></li> -<li><a href="/areas.htm">Areas</a></li> +<li><a href="/guidebook/areas.htm">Areas</a></li> <li><a href="/caves">Caves</a></li> <li><a href="/expedition/2019">Troggle</a></li> <li><form name=P method=get action="/search" target="_top"> |