summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-01-29 12:11:47 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-01-29 12:11:47 +0000
commitd9d4181dda0afbcc7c7d5da85853fc5a614dcd0c (patch)
treeeb7b669b57b1a27fdb17d2544289bbde578225f6 /urls.py
parent071f68080c4e46049b89b4d78f635512df8d411b (diff)
downloadtroggle-d9d4181dda0afbcc7c7d5da85853fc5a614dcd0c.tar.gz
troggle-d9d4181dda0afbcc7c7d5da85853fc5a614dcd0c.tar.bz2
troggle-d9d4181dda0afbcc7c7d5da85853fc5a614dcd0c.zip
Add new survex import report
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/urls.py b/urls.py
index dcbf573..f7fcc3b 100644
--- a/urls.py
+++ b/urls.py
@@ -148,6 +148,7 @@ trogglepatterns = [
path('pathsreport', statistics.pathsreport, name="pathsreport"),
path('dataissues', statistics.dataissues, name="dataissues"),
path('therionissues', statistics.therionissues, name="therionissues"),
+ path('surveximport', statistics.surveximport, name="surveximport"),
path('eastings', statistics.eastings, name="eastings"),
path('aliases/<int:year>',statistics.aliases, name="aliases"),