diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-03-10 22:59:47 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-03-10 22:59:47 +0000 |
commit | 8e78dd4a2e8996b8ce41db46fc44874e9df49ddb (patch) | |
tree | 4e27131359b5697689cb92b005861285550d41c8 /templates/cave.html | |
parent | 822f8a169939fd79fa8149de2ebbbdcfa8fc8990 (diff) | |
download | troggle-8e78dd4a2e8996b8ce41db46fc44874e9df49ddb.tar.gz troggle-8e78dd4a2e8996b8ce41db46fc44874e9df49ddb.tar.bz2 troggle-8e78dd4a2e8996b8ce41db46fc44874e9df49ddb.zip |
update menu
Diffstat (limited to 'templates/cave.html')
-rw-r--r-- | templates/cave.html | 4 |
1 files changed, 2 insertions, 2 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 ? |