summaryrefslogtreecommitdiffstats
path: root/core/views/caves.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2021-11-07 00:36:44 +0200
committerPhilip Sargent <philip.sargent@gmail.com>2021-11-07 00:36:44 +0200
commite61bc7416e7db1fc9ba6363d2af1f95591de1b7e (patch)
tree21d79476fd01d37b9b18481633a61af3bbfc6d0f /core/views/caves.py
parent64f89be6a92da1fffe1a6206bebfe1cf8f735668 (diff)
downloadtroggle-e61bc7416e7db1fc9ba6363d2af1f95591de1b7e.tar.gz
troggle-e61bc7416e7db1fc9ba6363d2af1f95591de1b7e.tar.bz2
troggle-e61bc7416e7db1fc9ba6363d2af1f95591de1b7e.zip
to-do list updates
Diffstat (limited to 'core/views/caves.py')
-rw-r--r--core/views/caves.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/views/caves.py b/core/views/caves.py
index 5fb070d..305aabb 100644
--- a/core/views/caves.py
+++ b/core/views/caves.py
@@ -26,6 +26,9 @@ from .auth import login_required_if_public
Manages the use of cavern to parse survex files to produce 3d and pos files
'''
+todo = '''Fix rendercave() so that CaveView works
+'''
+
def getCaves(cave_id):
'''Only gets called if a call to getCave() raises a MultipleObjects exception