diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-03-17 00:41:29 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-03-17 00:41:29 +0000 |
commit | 19d017a45712b0e59c5e7c3c0bd726cae0b7dda6 (patch) | |
tree | 79cc1771d2f95eaf72637c6a69e78c918e2535f8 /core/views/caves.py | |
parent | e34f162688cf7e06c030e25e67865a17337bdeb8 (diff) | |
download | troggle-19d017a45712b0e59c5e7c3c0bd726cae0b7dda6.tar.gz troggle-19d017a45712b0e59c5e7c3c0bd726cae0b7dda6.tar.bz2 troggle-19d017a45712b0e59c5e7c3c0bd726cae0b7dda6.zip |
Edit contents.json online
Diffstat (limited to 'core/views/caves.py')
-rw-r--r-- | core/views/caves.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/views/caves.py b/core/views/caves.py index 1e9c3c4..4956004 100644 --- a/core/views/caves.py +++ b/core/views/caves.py @@ -18,7 +18,6 @@ from troggle.core.views import expo from troggle.core.models.troggle import Expedition, DataIssue from troggle.core.models.caves import CaveSlug, Cave, CaveAndEntrance, QM, EntranceSlug, Entrance, Area, SurvexStation, GetCaveLookup from troggle.core.forms import CaveForm, CaveAndEntranceFormSet, EntranceForm, EntranceLetterForm -#from troggle.core.forms import VersionControlCommentForm from .auth import login_required_if_public '''Manages the complex procedures to assemble a cave description out of the compnoents |