2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 15:21:52 +00:00

fix old comments

This commit is contained in:
Philip Sargent 2021-10-31 19:42:06 +02:00
parent 2869f228d4
commit 7575e8c16f
3 changed files with 1 additions and 5 deletions

View File

@ -569,7 +569,6 @@ def GetCaveLookup():
# These are exact matches! edit to check for prefix only! # These are exact matches! edit to check for prefix only!
# mostly taken from expoweb/noinfo/cave-number-index # mostly taken from expoweb/noinfo/cave-number-index
# and Becka's email of 25 may 2020 on new kataster numbers # and Becka's email of 25 may 2020 on new kataster numbers
# this should be re-done as a JSON file upload
# These might alse create more duplicate entries, so re-write it to check # These might alse create more duplicate entries, so re-write it to check
Gcavelookup["1987-02"] = Gcavelookup["267"] Gcavelookup["1987-02"] = Gcavelookup["267"]

View File

@ -18,9 +18,7 @@ by looking inside the file before being served.
''' '''
todo='''The git stuff on upload! todo='''Need to check if invalid query string is invalid, or produces multiple replies
need to check if invalid query string is invalid, or produces multiple replies
and render a user-friendly error page. and render a user-friendly error page.
''' '''

View File

@ -11,7 +11,6 @@ from django.urls import reverse, resolve
from troggle.core.views import caves, statistics, survex from troggle.core.views import caves, statistics, survex
from troggle.core.views.scans import scansingle, singlewallet, allwallets from troggle.core.views.scans import scansingle, singlewallet, allwallets
from troggle.core.views.drawings import dwgallfiles, dwgfilesingle 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.uploads import dwgupload, scanupload
from troggle.core.views.other import troggle404, frontpage, todos, controlpanel, frontpage from troggle.core.views.other import troggle404, frontpage, todos, controlpanel, frontpage
from troggle.core.views.other import exportlogbook from troggle.core.views.other import exportlogbook