diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-27 14:51:04 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-27 14:51:04 +0100 |
commit | 13f3057185bc76056a55beedf3a200a8f231e563 (patch) | |
tree | f2b590311070ee7e1dfc3bcd3819cd3dc6d335ab /parsers/caves.py | |
parent | 81d58f1275b3cf3f138f3297052af8fff3877762 (diff) | |
download | troggle-13f3057185bc76056a55beedf3a200a8f231e563.tar.gz troggle-13f3057185bc76056a55beedf3a200a8f231e563.tar.bz2 troggle-13f3057185bc76056a55beedf3a200a8f231e563.zip |
bugfixes
Diffstat (limited to 'parsers/caves.py')
-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 c969acd..50086ea 100644 --- a/parsers/caves.py +++ b/parsers/caves.py @@ -90,7 +90,7 @@ def do_pending_cave(k, url, area_1623): default_note += f"<br><br>\n\n - " default_note += f"When you Submit it will create a file file in expoweb/cave_data/ " default_note += f"<br><br>\n\n - Now you can edit the entrance info: click on Edit below for the dummy entrance. " - default_note += f"and then Submit to save it. NB your entrance info will not be visible after a reboot of the server until a programmer has edited parser/caves.py (python code) to remove the cave form the [pending] list. But it won't be lost." + default_note += f"and then Submit to save it (if you forget to do this, a dummy entrance will be created for your new cave description)." slug = "1623-" + k |