summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--parsers/locations.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/parsers/locations.py b/parsers/locations.py
index 0aa674e..d89ea76 100644
--- a/parsers/locations.py
+++ b/parsers/locations.py
@@ -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),