mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 23:01:52 +00:00
comment
This commit is contained in:
parent
3158bfb746
commit
480b98a704
@ -61,6 +61,10 @@ class MapLocations(object):
|
||||
# but not in troggle reports unless we include them here
|
||||
|
||||
nullent = Entrance.objects.all()[0]
|
||||
# These pending entrnces have been added to the fixedpts but no Cave Description page has been created yet,
|
||||
# nor are they on the pendingcaves.txt list - yet - as they really need a proper name,
|
||||
# /walletedit/2013:02
|
||||
# so probably 2013-BL-02,03 etc.
|
||||
pending = [
|
||||
("1623.p2013-cucc-pit", "no ent", False, nullent),
|
||||
("1623.p2013-cucc-01", "no ent", False, nullent),
|
||||
|
Loading…
Reference in New Issue
Block a user