summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 1611ef8..7d02627 100644
--- a/urls.py
+++ b/urls.py
@@ -178,7 +178,7 @@ trogglepatterns = [
path('therionissues', statistics.therionissues, name="therionissues"),
path('surveximport', statistics.surveximport, name="surveximport"),
path('survexdebug', statistics.survexdebug, name="survexdebug"),
- path('eastings', statistics.eastings, name="eastings"),
+ path('stations', statistics.stations, name="stations"),
path('aliases/<int:year>',statistics.aliases, name="aliases"),
path('troggle', frontpage, name="frontpage"), # control panel. Shows recent actions.