diff options
Diffstat (limited to 'templates')
-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> |