summaryrefslogtreecommitdiffstats
path: root/core/views/uploads.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-09-15 22:55:45 +0300
committerPhilip Sargent <philip.sargent@klebos.com>2022-09-15 22:55:45 +0300
commit0ab3a4ff443242d7a2ae3e2e2412e7517b01e6fd (patch)
tree812be5b486c393b1e61502f5f9a0f4a88edf1d67 /core/views/uploads.py
parentf12d0bd580564d0c9577470d55421a456d814959 (diff)
downloadtroggle-0ab3a4ff443242d7a2ae3e2e2412e7517b01e6fd.tar.gz
troggle-0ab3a4ff443242d7a2ae3e2e2412e7517b01e6fd.tar.bz2
troggle-0ab3a4ff443242d7a2ae3e2e2412e7517b01e6fd.zip
comments added
Diffstat (limited to 'core/views/uploads.py')
-rw-r--r--core/views/uploads.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/uploads.py b/core/views/uploads.py
index fbe1da1..158da24 100644
--- a/core/views/uploads.py
+++ b/core/views/uploads.py
@@ -216,7 +216,7 @@ def get_complaints(complaints, waldata, svxfiles, files, wallet, wurl):
complaints.append(f'The cave ID \'{waldata["cave"]}\' is not recognised. Please fix it.')
caveobject = None
else:
- complaints.append(f'No cave ID is given. Please give some text, even if it is just "surface survey" or "scraps found in hut"')
+ complaints.append(f'No cave ID is given. If there is no survex file, please give some text, even if it is just "surface survey" or "scraps found in hut"')
caveobject = None