From 335ffb360dec56f587a396eb4f622f13642f5c0e Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 7 Sep 2023 21:40:39 +0300 Subject: /drawings --- urls.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'urls.py') diff --git a/urls.py b/urls.py index 5e3f29e..57c09de 100644 --- a/urls.py +++ b/urls.py @@ -213,6 +213,8 @@ trogglepatterns = [ # The tunnel and therion drawings files pageswalletslistcave + path('drawings', dwgallfiles, name="dwgallfiles"), + path('drawings/', dwgallfiles, name="dwgallfiles"), path('dwgfiles', dwgallfiles, name="dwgallfiles"), path('dwgfiles/', dwgallfiles, name="dwgallfiles"), path('dwgdataraw/', dwgfilesingle, name="dwgfilesingle"), -- cgit v1.2.3