-
-Red star ✱ against a name indicates that no survex file is explicitly associated with the cave
-Blue star ✱ against a name indicates that no survex file is explicitly associated with the cave but it is marked as 'fully explored'
-Blue triangle ▼ against a name indicates that the cave is 'pending' creation properly.
-Orange triangle ▲ against a name indicates that the cave has no Entrance (and is not 'pending').
-Black triangle ▲ against a name indicates that the cave has an Entrance, but no entrances have valid located survey stations.
-Red triangle ▼ against a name indicates that the cave has unticked QMs
-Cavename in this colour means that the cave is undescended/unexplored.
-
-
-
-
-
-
-
diff --git a/core/TESTS/test_caves.py b/core/TESTS/test_caves.py
index 2712ea1f2..1896b71a5 100644
--- a/core/TESTS/test_caves.py
+++ b/core/TESTS/test_caves.py
@@ -255,8 +255,8 @@ class FixturePageTests(TestCase):
ph = r"Seetrichter"
ph_alt = r"1623-284"
phmatch = re.search(ph, content) or re.search(ph_alt, content)
- with open('_cave_caves284.html', 'w') as f:
- f.write(content)
+ # with open('_cave_caves284.html', 'w') as f:
+ # f.write(content)
self.assertIsNotNone(phmatch, "Failed to find expected text: '" + ph + "' or '" + ph_alt + "'")
# Although the Cave object exists, it looks like we get a bad slug error when trying to get a QM page.