summaryrefslogtreecommitdiffstats
path: root/templates/cave.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/cave.html')
-rw-r--r--templates/cave.html4
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 ?