diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2016-09-08 11:45:37 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-09-09 11:39:04 +0100 |
commit | aa55e40f3d45e90243cd9841416170889e1bfa2d (patch) | |
tree | 53ee448bc51562a23cf9fd81cf01c9dd30bd6af6 | |
parent | 80a01c11f656f19d6df4c2e4294f613db14689b1 (diff) |
Show photo guidance for all cobrands.
-rw-r--r-- | templates/web/base/report/new/after_photo.html | 10 | ||||
-rw-r--r-- | templates/web/fixmystreet.com/report/new/after_photo.html | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/templates/web/base/report/new/after_photo.html b/templates/web/base/report/new/after_photo.html new file mode 100644 index 000000000..3fed031a8 --- /dev/null +++ b/templates/web/base/report/new/after_photo.html @@ -0,0 +1,10 @@ +<div class="description_tips"> + <h4>[% loc('Tips for perfect photos') %]</h4> + <ul class="do"> + <li>[% loc('Show what the problem is') %]</li> + <li>[% loc('Show where it’s located') %]</li> + </ul> + <ul class="dont"> + <li>[% loc('Avoid personal information and vehicle number plates') %]</li> + </ul> +</div> diff --git a/templates/web/fixmystreet.com/report/new/after_photo.html b/templates/web/fixmystreet.com/report/new/after_photo.html deleted file mode 100644 index 3977d80a6..000000000 --- a/templates/web/fixmystreet.com/report/new/after_photo.html +++ /dev/null @@ -1,10 +0,0 @@ -<div class="description_tips"> - <h4>Tips for perfect photos</h4> - <ul class="do"> - <li>Show what the problem is</li> - <li>Show where it’s located</li> - </ul> - <ul class="dont"> - <li>Avoid personal information and vehicle number plates</li> - </ul> -</div> |