summaryrefslogtreecommitdiffstats
path: root/core/views_caves.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2020-05-30 01:11:02 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2020-05-30 01:11:02 +0100
commit0776978c9c8d7ee921b446de18b40162ba231aab (patch)
tree7c1873fa42fff63387305c640a0a27334bf4ba6f /core/views_caves.py
parent6568cb890015f43a97248bd48e92de67238ca325 (diff)
downloadtroggle-0776978c9c8d7ee921b446de18b40162ba231aab.tar.gz
troggle-0776978c9c8d7ee921b446de18b40162ba231aab.tar.bz2
troggle-0776978c9c8d7ee921b446de18b40162ba231aab.zip
Import rejigging to fix circular refs
Diffstat (limited to 'core/views_caves.py')
-rw-r--r--core/views_caves.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/views_caves.py b/core/views_caves.py
index 31f6707..d741671 100644
--- a/core/views_caves.py
+++ b/core/views_caves.py
@@ -21,7 +21,8 @@ from django.shortcuts import get_object_or_404, render
import troggle.settings as settings
import troggle.core.models as models
-from troggle.core.models_caves import CaveSlug, Cave, CaveAndEntrance, Survey, Expedition, QM, CaveDescription, EntranceSlug, Entrance, Area, SurvexStation
+from troggle.core.models import Expedition
+from troggle.core.models_caves import CaveSlug, Cave, CaveAndEntrance, Survey, QM, CaveDescription, EntranceSlug, Entrance, Area, SurvexStation
from troggle.core.forms import CaveForm, CaveAndEntranceFormSet, VersionControlCommentForm, EntranceForm, EntranceLetterForm
from troggle.helper import login_required_if_public