diff options
author | Dave Arter <davea@mysociety.org> | 2018-08-09 15:24:39 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-08-17 11:04:19 +0100 |
commit | 61a47b0c9e67f246c6e0132f8007a6a75d13e5e2 (patch) | |
tree | c5c6ad916f298132f3ec336640f615ca29c659cc | |
parent | ee5b3670007d89fb749637c02dea8b33a6e702d0 (diff) |
[Lincolnshire] Add external contractors disclaimer text
-rw-r--r-- | templates/web/lincolnshire/report/new/inline-tips.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/web/lincolnshire/report/new/inline-tips.html b/templates/web/lincolnshire/report/new/inline-tips.html new file mode 100644 index 000000000..316f183bb --- /dev/null +++ b/templates/web/lincolnshire/report/new/inline-tips.html @@ -0,0 +1,12 @@ +<div class="description_tips" aria-label="Tips for successful reports"> + <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 identify or accuse other people</li> + <li>Don’t include private contact details in the description</li> + </ul> +</div> +<small class="form-section-description">The information you provide here will be shared with external contractors.</small> |