aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-01-08 14:09:40 +0000
committerMatthew Somerville <matthew@mysociety.org>2016-01-08 14:09:40 +0000
commitfaed9fa074bb0ccf03746d28794994330b2b4dc9 (patch)
tree24c5096f840703a2fcb46d0629a6ca30ed3121ab /templates
parent98c4305003a7fdd468822cd45a605dd935943f72 (diff)
Label photo field as public.
This better matches the equivalent markings above and below for title and description.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/report/new/fill_in_details_form.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/base/report/new/fill_in_details_form.html b/templates/web/base/report/new/fill_in_details_form.html
index 5599c2059..ae5586127 100644
--- a/templates/web/base/report/new/fill_in_details_form.html
+++ b/templates/web/base/report/new/fill_in_details_form.html
@@ -50,7 +50,8 @@
[% IF c.cobrand.allow_photo_upload %]
<input type="hidden" name="upload_fileid" value="[% upload_fileid %]">
- <label for="form_photo">[% loc('Photo') %]</label>
+ <label for="form_photo">[% loc('Photo') %]
+ [% INCLUDE 'report/public_label.html' %]</label>
[% IF field_errors.photo %]
<p class='form-error'>[% field_errors.photo %]</p>