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"),