diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-07-25 15:03:58 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-07-25 15:03:58 +0300 |
commit | 039792e3200a2982a4cd334d8096f4e7bf4a904f (patch) | |
tree | ec9250c33dca22ccbb0e7ee62466469a6ef09288 /parsers/caves.py | |
parent | cddcb0e321b689896e19c0c256664f7153a0fd32 (diff) | |
download | troggle-039792e3200a2982a4cd334d8096f4e7bf4a904f.tar.gz troggle-039792e3200a2982a4cd334d8096f4e7bf4a904f.tar.bz2 troggle-039792e3200a2982a4cd334d8096f4e7bf4a904f.zip |
improve reifying process
Diffstat (limited to 'parsers/caves.py')
-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)." |