diff --git a/_cave_caves284.html b/_cave_caves284.html deleted file mode 100644 index cd6620d06..000000000 --- a/_cave_caves284.html +++ /dev/null @@ -1,397 +0,0 @@ - - - - - - - - - - - - - - - - - -
- - -
- - Logbook Entry | - Caves | - QMs | - Survex files | - Scans | - Upload Scans | - Drawings | - Upload Drawings | - Upload Photos | - Upload GPX | - -
- - Data Issues | - - Entrances | - Stations | - expoers | - survey lengths | - statistics | - - Wallets(2025) | - Logbook(2025) | - Expo(2025) | - Control panel - -
-

- - -

Cave Index

-

Notable caves

- - -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. - -

See Undropped Caves for all unexplored caves
-See Lost Caves for caves we have mislaid.
-See Recent Caves for a shorter list of recent caves. - -

- New Cave
- Cave Number Index - kept updated -

- - - -

This year's caves

-
- - -
-
- -

1623

-
- - - - - - - - 115 Schnellzughöhle - - - - - - - - - - - - - -
- - - - - - - - 161 - - - - - - - - - - - -
- - - - - - - - 204 - - - - - - - - - - - -
- - - - - - - - 258 - - - - - - - - - - - -
- - - - - - - - 264 - - - - - - - - - - - -
- - - - - - - - 284 Seetrichter (Lake bottom) - - - - - - - - - - - - - -
- - - - - - - - 290 - - - - - - - - - - - -
- - -
-
- -

- New Cave
- Cave Number Index - kept updated -

- -

1626

-
- - - - - - - - 359 - - - - - - - - - - - -
- - -
-
- -

- New Cave
- Cave Number Index - kept updated -

- - -

1627

-
- - -
-
- -

- New Cave
- Cave Number Index - kept updated -

- -

1624

-
- - -
- -
- -

- New Cave
- Cave Number Index - kept updated -

- - - - - - - - - - - - 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.