diff options
Diffstat (limited to 'parsers')
-rw-r--r-- | parsers/caves.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parsers/caves.py b/parsers/caves.py index 92eb0f0..3549c75 100644 --- a/parsers/caves.py +++ b/parsers/caves.py @@ -106,6 +106,8 @@ def do_pending_cave(k, url, area): default_note += f"<br><br>\n\n - Only two fields on this form are essential. " default_note += f"Documentation of all the fields on 'Edit this cave' form is in <a href='/handbook/survey/caveentryfields.html'>handbook/survey/caveentryfields</a>" default_note += f"<br><br>\n\n - " + default_note += f"You will also need to create a new entrance from the 'Edit this cave' page. Ignore the existing dummy one, it will evaporate on the next full import." + default_note += f"<br><br>\n\n - " default_note += f"When you Submit it will create a new 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 (if you forget to do this, a dummy entrance will be created for your new cave description)." |