From 6fa8f24ba56caba270c69fa1abfc1533dbf16b94 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 27 Dec 2025 23:12:45 +0000 Subject: [PATCH] bug fix, lost import --- core/views/logbooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/views/logbooks.py b/core/views/logbooks.py index 20b5d95..a4662c0 100644 --- a/core/views/logbooks.py +++ b/core/views/logbooks.py @@ -18,6 +18,7 @@ from troggle.core.models.troggle import Expedition, Person from troggle.core.models.wallets import Wallet from troggle.core.utils import TROG, current_expo, add_commit, git_commit, git_add, get_editor, ensure_dir_exists, CustomJSONEncoder from troggle.parsers.imports import import_logbook +from troggle.parsers.people import ensure_users_are_persons """These views are for logbook items when they appear in an 'expedition' page and for persons: their individual pages and their perseonexpedition pages.