diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2021-10-31 19:42:06 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2021-10-31 19:42:06 +0200 |
commit | 7575e8c16f57e4a99f0a21ece54f00f9a6192c7b (patch) | |
tree | 50bc5a4f9e5ede4245583aca6891e2efc3a64e6a /urls.py | |
parent | 2869f228d4f22976c0da4b106d901fccc3b6d59b (diff) | |
download | troggle-7575e8c16f57e4a99f0a21ece54f00f9a6192c7b.tar.gz troggle-7575e8c16f57e4a99f0a21ece54f00f9a6192c7b.tar.bz2 troggle-7575e8c16f57e4a99f0a21ece54f00f9a6192c7b.zip |
fix old comments
Diffstat (limited to 'urls.py')
-rw-r--r-- | urls.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11,7 +11,6 @@ from django.urls import reverse, resolve from troggle.core.views import caves, statistics, survex from troggle.core.views.scans import scansingle, singlewallet, allwallets from troggle.core.views.drawings import dwgallfiles, dwgfilesingle -#from troggle.core.views.drawings import dwgfileupload from troggle.core.views.uploads import dwgupload, scanupload from troggle.core.views.other import troggle404, frontpage, todos, controlpanel, frontpage from troggle.core.views.other import exportlogbook |