summaryrefslogtreecommitdiffstats
path: root/core/views_other.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_other.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_other.py')
-rw-r--r--core/views_other.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/views_other.py b/core/views_other.py
index 28a6d94..827c499 100644
--- a/core/views_other.py
+++ b/core/views_other.py
@@ -9,8 +9,8 @@ from django.shortcuts import render
from django.template import Context, loader
import databaseReset
-from troggle.core.models import Expedition, LogbookEntry, Person, PersonExpedition, PersonTrip
-from troggle.core.models_caves import QM, Cave
+from troggle.core.models import Expedition, Person, PersonExpedition
+from troggle.core.models_caves import LogbookEntry, QM, Cave, PersonTrip
from troggle.helper import login_required_if_public