diff options
author | Hakim Cassimally <hakim@mysociety.org> | 2015-02-25 15:16:03 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2015-10-06 09:09:22 +0100 |
commit | 232cdef2681c64ddf3bfe70a08d88c2e5f4683fa (patch) | |
tree | 17186284b6250ac4aa3c54c71589279465b163ad | |
parent | 258a42d8973680824ad49ec7f9d8eddb58424262 (diff) |
[Zurich] Add clearer instructions to photo upload.
To improve photo quality.
See mysociety/FixMyStreet-Commercial#666
-rw-r--r-- | templates/web/zurich/report/new/fill_in_details_form.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/web/zurich/report/new/fill_in_details_form.html b/templates/web/zurich/report/new/fill_in_details_form.html index 28d9ebe68..a8eecbdcb 100644 --- a/templates/web/zurich/report/new/fill_in_details_form.html +++ b/templates/web/zurich/report/new/fill_in_details_form.html @@ -48,7 +48,10 @@ [% PROCESS "report/new/category_wrapper.html" %] [% IF c.cobrand.allow_photo_upload %] - <label for="form_photo">[% loc('Photo') %]</label> + <label for="form_photo"> + [% loc('Photo') %] + [% loc('(Defect & location of defect)') %] + </label> [% IF upload_fileid || report.photo %] [% IF upload_fileid %] <img align="right" src="/photo/[% upload_fileid %].temp.jpeg" alt=""> |