From 1ff723554cf46dc644a0fa2a295ef175bc43b4d5 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 7 May 2021 22:42:10 +0100 Subject: Northings and Easting report --- urls.py | 1 + 1 file changed, 1 insertion(+) (limited to 'urls.py') diff --git a/urls.py b/urls.py index c83bfdb..d920cef 100644 --- a/urls.py +++ b/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/', todos, name="todos"), -- cgit v1.2.3