diff options
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 |