summaryrefslogtreecommitdiffstats
path: root/core/views/logbooks.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-01-29 16:47:46 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-01-29 16:47:46 +0000
commit5639435058191221687cc7bb2d0b64f0531d9164 (patch)
treeb2709bda6bf4c187321387158bdcb57a5af97604 /core/views/logbooks.py
parent432be660a4782183777a74bec54082e6edf19542 (diff)
downloadtroggle-5639435058191221687cc7bb2d0b64f0531d9164.tar.gz
troggle-5639435058191221687cc7bb2d0b64f0531d9164.tar.bz2
troggle-5639435058191221687cc7bb2d0b64f0531d9164.zip
Moved Logbooks to separate model file
Diffstat (limited to 'core/views/logbooks.py')
-rw-r--r--core/views/logbooks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/logbooks.py b/core/views/logbooks.py
index ece3f98..6450753 100644
--- a/core/views/logbooks.py
+++ b/core/views/logbooks.py
@@ -14,7 +14,7 @@ from django.utils import timezone
from django.views.generic.list import ListView
import troggle.settings as settings
-from troggle.core.models.caves import LogbookEntry, PersonTrip
+from troggle.core.models.logbooks import LogbookEntry, PersonTrip
from troggle.core.models.survex import SurvexBlock, Wallet
from troggle.core.models.troggle import Expedition, Person, PersonExpedition
from troggle.core.utils import TROG