From 039792e3200a2982a4cd334d8096f4e7bf4a904f Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 25 Jul 2022 15:03:58 +0300 Subject: improve reifying process --- parsers/caves.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'parsers/caves.py') 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"

\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 handbook/survey/caveentryfields" default_note += f"

\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"

\n\n - " default_note += f"When you Submit it will create a new file in expoweb/cave_data/ " default_note += f"

\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)." -- cgit v1.2.3