diff options
author | pezholio <pezholio@gmail.com> | 2017-01-10 11:03:52 +0000 |
---|---|---|
committer | pezholio <pezholio@gmail.com> | 2017-01-10 11:33:25 +0000 |
commit | a7c7bdd37db612dc857d28901f9970e49706bea0 (patch) | |
tree | d598506c0ceae8cde31df0f7d5015f6390349c8b | |
parent | 7eb758ab64d6d179d28dd8ac0acb33c91593e82f (diff) |
[UK Councils] Reword photo advice
-rw-r--r-- | templates/web/fixmystreet-uk-councils/report/new/after_photo.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/web/fixmystreet-uk-councils/report/new/after_photo.html b/templates/web/fixmystreet-uk-councils/report/new/after_photo.html new file mode 100644 index 000000000..65a5768bb --- /dev/null +++ b/templates/web/fixmystreet-uk-councils/report/new/after_photo.html @@ -0,0 +1,8 @@ +<div class="description_tips" aria-label="[% loc('Tips for perfect photos') %]"> + <ul class="do"> + <li>[% loc('To help us locate the problem, include both a close-up and a wide shot') %]</li> + </ul> + <ul class="dont"> + <li>[% loc('Avoid personal information and vehicle number plates') %]</li> + </ul> +</div> |