2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-01-20 01:13:33 +00:00

bug fix, lost import

This commit is contained in:
2025-12-27 23:12:45 +00:00
parent 3a93d10d4f
commit 6fa8f24ba5

View File

@@ -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.