diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-22 15:22:24 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-22 15:22:24 +0000 |
commit | 42b978197c3a718c226a0f275cc88f093e43768e (patch) | |
tree | 126fd3f8441f0e3cae56fb468c9935b9dea42409 /parsers | |
parent | 90ecdda407d6e8a51bb5587783d8406718fab0ec (diff) | |
download | troggle-42b978197c3a718c226a0f275cc88f093e43768e.tar.gz troggle-42b978197c3a718c226a0f275cc88f093e43768e.tar.bz2 troggle-42b978197c3a718c226a0f275cc88f093e43768e.zip |
fixed wrong name of pending caves file in template
Diffstat (limited to 'parsers')
-rw-r--r-- | parsers/caves.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): "<br><br>\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 += "<br><br>\n\n - Finally, you need to find a nerd to edit the file '<var>expoweb/cave_data/pending.txt</var>' " + default_note += "<br><br>\n\n - Finally, you need to find a nerd to edit the file '<var>expoweb/cave_data/pendingcaves.txt</var>' " default_note += ( f"to remove the line <br><var>{slug}</var><br> as it is no longer 'pending' but 'done. Well Done." ) |