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.