2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 14:28:09 +00:00

SHould be nearly working, but crashes on saving edited entry

This commit is contained in:
2025-11-26 01:22:38 +02:00
parent 0e6a3e457d
commit ced9a7b024
13 changed files with 187 additions and 98 deletions

View File

@@ -55,6 +55,7 @@ from troggle.core.views.logbooks import (
logbookentry,
logentrydelete,
logreport,
logbookfile,
notablepersons,
people_ids,
person,
@@ -244,6 +245,7 @@ trogglepatterns = [
path('logbook_entries/<slug:year>', logbook_entries_export, name='logbook_entries_export'),
path('logreport/<slug:year>', logreport, name='logreport'),
path('logentrydelete/<slug:year>', logentrydelete, name='logentrydelete'),
path('logbookfile/<slug:year>', logbookfile, name='logbookfile'),
# Internal. editfile.html template uses these internally
re_path(r'^getPeople/(?P<expeditionslug>.*)', get_people, name = "get_people"),