diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-03-23 14:23:08 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-03-23 15:54:21 +0000 |
commit | d80037c4c38154e2b9c892653e06527d0b718292 (patch) | |
tree | 73d515036ef508a29f4e5885d91c357fb33c9ebd /templates | |
parent | 4345263c9de752454795ad57323e684e41e702a8 (diff) |
[fixmystreet.com] Update tips text.
Fixes #1362.
Diffstat (limited to 'templates')
4 files changed, 9 insertions, 8 deletions
diff --git a/templates/web/fixmystreet-uk-councils/report/new/inline-tips.html b/templates/web/fixmystreet-uk-councils/report/new/inline-tips.html index 12b60beeb..cac01aa3f 100644 --- a/templates/web/fixmystreet-uk-councils/report/new/inline-tips.html +++ b/templates/web/fixmystreet-uk-councils/report/new/inline-tips.html @@ -1,12 +1,12 @@ <div class="description_tips"> - <h4>Tips for successful reports:</h4> + <h4>Tips for successful reports</h4> <ul class="do"> <li>Be polite</li> <li>Use exact locations</li> <li>Say how long the issue’s been present</li> </ul> <ul class="dont"> - <li>Don’t leave abusive or libellous messages</li> + <li>Don’t identify or accuse other people</li> <li>Don’t include private contact details in the description</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 index 987f6d124..3977d80a6 100644 --- a/templates/web/fixmystreet.com/report/new/after_photo.html +++ b/templates/web/fixmystreet.com/report/new/after_photo.html @@ -1,5 +1,5 @@ <div class="description_tips"> - <h4>Tips for perfect photos:</h4> + <h4>Tips for perfect photos</h4> <ul class="do"> <li>Show what the problem is</li> <li>Show where it’s located</li> @@ -7,4 +7,4 @@ <ul class="dont"> <li>Avoid personal information and vehicle number plates</li> </ul> -</div>
\ No newline at end of file +</div> diff --git a/templates/web/fixmystreet.com/report/new/inline-tips.html b/templates/web/fixmystreet.com/report/new/inline-tips.html index 12b60beeb..de643b61c 100644 --- a/templates/web/fixmystreet.com/report/new/inline-tips.html +++ b/templates/web/fixmystreet.com/report/new/inline-tips.html @@ -1,12 +1,13 @@ <div class="description_tips"> - <h4>Tips for successful reports:</h4> + <h4 class="description_tips__heading--inline">Tips for successful reports</h4> + <small>(please read our <a href="/about/house-rules" target="_blank">House Rules</a>)</small> <ul class="do"> <li>Be polite</li> <li>Use exact locations</li> <li>Say how long the issue’s been present</li> </ul> <ul class="dont"> - <li>Don’t leave abusive or libellous messages</li> + <li>Don’t identify or accuse other people</li> <li>Don’t include private contact details in the description</li> </ul> </div> diff --git a/templates/web/oxfordshire/report/new/inline-tips.html b/templates/web/oxfordshire/report/new/inline-tips.html index 810c04363..1194595a1 100644 --- a/templates/web/oxfordshire/report/new/inline-tips.html +++ b/templates/web/oxfordshire/report/new/inline-tips.html @@ -1,12 +1,12 @@ <div class="description_tips"> - <h4>Tips for successful reports:</h4> + <h4>Tips for successful reports</h4> <ul class="do"> <li>Be polite</li> <li>Use exact locations (e.g. carriageway)</li> <li>Say how long the issue’s been present</li> </ul> <ul class="dont"> - <li>Don’t leave abusive or libellous messages</li> + <li>Don’t identify or accuse other people</li> <li>Don’t include private contact details in the description</li> </ul> </div> |