diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-09-07 21:40:39 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-09-07 21:40:39 +0300 |
commit | 335ffb360dec56f587a396eb4f622f13642f5c0e (patch) | |
tree | 49c008e92bd39961b4dd304d09ac82bf98a32b15 /urls.py | |
parent | 6d5cee7f6a22fe55a9ad322d3ba2fd5f0cdc62bd (diff) | |
download | troggle-335ffb360dec56f587a396eb4f622f13642f5c0e.tar.gz troggle-335ffb360dec56f587a396eb4f622f13642f5c0e.tar.bz2 troggle-335ffb360dec56f587a396eb4f622f13642f5c0e.zip |
/drawings
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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/<path:path>', dwgfilesingle, name="dwgfilesingle"), |