From ee5a2c9ef84f5d8fa45652763f532d4db371364c Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 5 Aug 2023 13:26:55 +0300 Subject: slash --- urls.py | 1 + 1 file changed, 1 insertion(+) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 312df49..f415e6d 100644 --- a/urls.py +++ b/urls.py @@ -193,6 +193,7 @@ trogglepatterns = [ path('survexfile/', survex.survexcavesingle, name="survexcavessingle"), path('survexfilewild', statistics.svxfilewild, name="svxfilewild"), + path('survexfilewild/', statistics.svxfilewild, name="svxfilewild"), path('survexfilewild/', statistics.svxfilewild, name="svxfilewild"), -- cgit v1.2.3