diff options
Diffstat (limited to 'core/views/statistics.py')
-rw-r--r-- | core/views/statistics.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/views/statistics.py b/core/views/statistics.py index 34512d8..79bb01e 100644 --- a/core/views/statistics.py +++ b/core/views/statistics.py @@ -13,7 +13,8 @@ from django.template.defaultfilters import slugify from django.utils import timezone import troggle.settings as settings -from troggle.core.models.caves import Cave, Entrance, LogbookEntry +from troggle.core.models.caves import Cave, Entrance +from troggle.core.models.logbooks import LogbookEntry from troggle.core.models.survex import SurvexBlock, SurvexStation from troggle.core.models.troggle import (DataIssue, Expedition, Person, PersonExpedition) |