diff options
Diffstat (limited to 'parsers/caves.py')
-rw-r--r-- | parsers/caves.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/parsers/caves.py b/parsers/caves.py index 288719d..8b6f328 100644 --- a/parsers/caves.py +++ b/parsers/caves.py @@ -313,7 +313,8 @@ def do_pending_cave(slug, caveid, url, areacode, msg=None): default_note = "A reference has been found to this cave id in a survex file in the loser repo, or in a wallet metadata" default_note += " in a JSON file in the drawings repo, but no Cave Description exists in expoweb (in /cave_data/)<br><br><br>\n" - default_note += "INSTRUCTIONS: First open 'This survex file' (link above the CaveView panel) to find the date and info. Then " + default_note += "INSTRUCTIONS: FIRST read the notes in <a href='/cave_data/pendingcaves.txt'>pendingcaves.txt</a><br />" + default_note += "Next open 'This survex file' (link above the CaveView panel) to find the date and info. Then " default_note += '<br><br>\n\n - (0) look in the <a href="/noinfo/cave-number-index">cave number index</a> for notes on this cave, ' default_note += "<br><br>\n\n - (1) search in the survex file for the *ref to find a " default_note += "relevant wallet, e.g.<a href='/survey_scans/2009%252311/'>2009#11</a> and read the notes image files <br>\n - " |