summaryrefslogtreecommitdiffstats
path: root/core/views/caves.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-05-03 20:35:35 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-05-03 20:35:35 +0100
commit9b9f6720e079669fd884d83f6b69833e20d03ff7 (patch)
tree9f54c736d5e1514a03018dd1e9dcbd720d00fc16 /core/views/caves.py
parent254b465755f7ebfc1650730ac2d51bb33543a85c (diff)
downloadtroggle-9b9f6720e079669fd884d83f6b69833e20d03ff7.tar.gz
troggle-9b9f6720e079669fd884d83f6b69833e20d03ff7.tar.bz2
troggle-9b9f6720e079669fd884d83f6b69833e20d03ff7.zip
not found now does 404 & moved login
Diffstat (limited to 'core/views/caves.py')
-rw-r--r--core/views/caves.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/caves.py b/core/views/caves.py
index 229aa57..4a8919e 100644
--- a/core/views/caves.py
+++ b/core/views/caves.py
@@ -20,7 +20,7 @@ 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 .login import login_required_if_public
+from .auth import login_required_if_public
'''Manages the complex procedures to assemble a cave description out of the compnoents
Manages the use of cavern to parse survex files to produce 3d and pos files