summaryrefslogtreecommitdiffstats
path: root/core/models/caves.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/models/caves.py')
-rw-r--r--core/models/caves.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/models/caves.py b/core/models/caves.py
index bc2974e..af215a7 100644
--- a/core/models/caves.py
+++ b/core/models/caves.py
@@ -21,6 +21,7 @@ from django.template import Context, loader
from django.urls import reverse
import settings
+from troggle.core.models.logbooks import QM
from troggle.core.models.survex import SurvexStation
from troggle.core.models.troggle import (DataIssue, Expedition, Person,
TroggleModel)