diff options
-rw-r--r-- | templates/web/base/report/new/after_photo.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/base/report/new/after_photo.html b/templates/web/base/report/new/after_photo.html index b337977e4..4b28bf7f7 100644 --- a/templates/web/base/report/new/after_photo.html +++ b/templates/web/base/report/new/after_photo.html @@ -1,3 +1,4 @@ +[% IF c.cobrand.allow_photo_upload %] <div class="description_tips" aria-label="[% loc('Tips for perfect photos') %]"> <ul class="do"> <li>[% loc('For best results include a close-up and a wide shot') %]</li> @@ -6,3 +7,4 @@ <li>[% loc('Avoid personal information and vehicle number plates') %]</li> </ul> </div> +[% END %]
\ No newline at end of file |