mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 14:51:51 +00:00
Label changed
This commit is contained in:
parent
aaabcafcfe
commit
d57e49b5b2
@ -234,7 +234,7 @@ def get_complaints(complaints, waldata, svxfiles, files, wallet, wurl):
|
||||
# Website
|
||||
if not waldata["website updated"]:
|
||||
complaints.append(
|
||||
"The cave description website is marked as needing updating using the guidebook description from the survex file. Tick the 'Website updated' checkbox when this is done."
|
||||
"The cave description webpage is marked as needing updating using the guidebook description from the survex file. Tick the 'Cave Description wepage updated' checkbox when this is done."
|
||||
)
|
||||
|
||||
# Find the cave, if it exists
|
||||
|
@ -223,7 +223,7 @@ and <em>also</em> the exported files in standard formats: svx, svg etc. See why
|
||||
<label for="qmsw">QMs written (or none seen) ?</label>
|
||||
<input {% if not user.username %} disabled{% endif %} type="checkbox" name="qmsw" id="qmsw" value="True" {% if "qms written" in checked %}checked{% endif %}>
|
||||
<br>
|
||||
<label for="websiteupt">Website updated ?</label>
|
||||
<label for="websiteupt">Cave Description wepage updated ?</label>
|
||||
<input {% if not user.username %} disabled{% endif %} type="checkbox" name="websiteupt" id="websiteupt" value="True" {% if "website updated" in checked %}checked{% endif %}>
|
||||
<br>
|
||||
<label for="electronic">Electronic survey (upload digital data files) ?</label>
|
||||
|
Loading…
Reference in New Issue
Block a user