2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 12:07:09 +00:00

therion issues report

This commit is contained in:
2023-01-26 22:36:49 +00:00
parent a321625f35
commit 719e0fe918
4 changed files with 25 additions and 2 deletions

View File

@@ -147,6 +147,7 @@ trogglepatterns = [
path('stats', statistics.stats, name="stats"),
path('pathsreport', statistics.pathsreport, name="pathsreport"),
path('dataissues', statistics.dataissues, name="dataissues"),
path('therionissues', statistics.therionissues, name="therionissues"),
path('eastings', statistics.eastings, name="eastings"),
path('aliases/<int:year>',statistics.aliases, name="aliases"),