diff --git a/core/views/uploads.py b/core/views/uploads.py
index e476458..5515982 100644
--- a/core/views/uploads.py
+++ b/core/views/uploads.py
@@ -481,7 +481,7 @@ def scanupload(request, path=None):
waldata = read_json()
jsonfile = Path(settings.DRAWINGS_DATA, "walletjson") / wallet[0:4] / wallet / "contents.json"
- print(f'! - FORM scanupload - jsonfile {jsonfile}')
+ # print(f'! - FORM scanupload - jsonfile {jsonfile}')
if not Path(jsonfile).is_file():
metadataurl = ""
else:
diff --git a/parsers/caves.py b/parsers/caves.py
index 5b363b6..917bf53 100644
--- a/parsers/caves.py
+++ b/parsers/caves.py
@@ -82,6 +82,9 @@ def do_pending_cave(k, url, area):
'''
default for a PENDING cave, should be overwritten in the db later if a real cave of the same name exists
in expoweb/cave_data/1623-"k".html
+
+ Note that at this point in importing the data we have not yet seen the survex files, so we can't
+ look inside the relevant survex file to find the year and so we con't provide helpful links.
'''
slug = k
@@ -98,7 +101,7 @@ def do_pending_cave(k, url, area):
default_note += f"INSTRUCTIONS: First open 'This survex file' (link above the CaveView panel) to find the date and info. Then "
default_note += f"
\n\n - (1) search in the survex file for the *ref to find a "
default_note += f"relevant wallet, e.g.2009#11 and read the notes image files
\n - "
- default_note += f"
\n\n - (2) search in the Expo for that year e.g. {k[0:4]} to find a "
+ default_note += f"
\n\n - (2) search in the Expo for that year e.g. 2009 to find a "
default_note += f"relevant logbook entry, remember that the date may have been recorded incorrectly, "
default_note += f"so check for trips i.e. logbook entries involving the same people as were listed in the survex file, "
default_note += f"and you should also check the scanned copy of the logbook (linked from each logbook entry page) "