diff options
Diffstat (limited to 'core/views/caves.py')
-rw-r--r-- | core/views/caves.py | 3 |
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 |