diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-01-29 12:11:47 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-01-29 12:11:47 +0000 |
commit | d9d4181dda0afbcc7c7d5da85853fc5a614dcd0c (patch) | |
tree | eb7b669b57b1a27fdb17d2544289bbde578225f6 /urls.py | |
parent | 071f68080c4e46049b89b4d78f635512df8d411b (diff) | |
download | troggle-d9d4181dda0afbcc7c7d5da85853fc5a614dcd0c.tar.gz troggle-d9d4181dda0afbcc7c7d5da85853fc5a614dcd0c.tar.bz2 troggle-d9d4181dda0afbcc7c7d5da85853fc5a614dcd0c.zip |
Add new survex import report
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"), |