From 42b978197c3a718c226a0f275cc88f093e43768e Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 22 Dec 2024 15:22:24 +0000 Subject: fixed wrong name of pending caves file in template --- parsers/caves.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parsers/caves.py') diff --git a/parsers/caves.py b/parsers/caves.py index 4ae5b29..4303726 100644 --- a/parsers/caves.py +++ b/parsers/caves.py @@ -333,7 +333,7 @@ def do_pending_cave(slug, caveid, url, areacode, msg=None): "

\n\n - Now you can edit the entrance info: click on Edit below for the dummy entrance. " ) default_note += "and then Submit to save it (if you forget to do this, a dummy entrance will be created for your new cave description)." - default_note += "

\n\n - Finally, you need to find a nerd to edit the file 'expoweb/cave_data/pending.txt' " + default_note += "

\n\n - Finally, you need to find a nerd to edit the file 'expoweb/cave_data/pendingcaves.txt' " default_note += ( f"to remove the line
{slug}
as it is no longer 'pending' but 'done. Well Done." ) -- cgit v1.2.3