forked from expo/troggle
Northings and Easting report
This commit is contained in:
1
urls.py
1
urls.py
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user