Northings and Easting report

This commit is contained in:
Philip Sargent
2021-05-07 22:42:10 +01:00
parent 41ed15f47f
commit 1ff723554c
4 changed files with 42 additions and 4 deletions

View File

@@ -132,6 +132,7 @@ trogglepatterns = [
path('stats', statistics.stats, name="stats"),
path('pathsreport', statistics.pathsreport, name="pathsreport"),
path('dataissues', statistics.dataissues, name="dataissues"),
path('eastings', statistics.eastings, name="eastings"),
path('troggle', frontpage, name="frontpage"), # control panel. Shows recent actions.
path('todo/<path:module>', todos, name="todos"),