diff options
-rw-r--r-- | templates/web/base/report/new/fill_in_details_form.html | 3 |
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> |