diff options
author | Struan Donald <struan@exo.org.uk> | 2018-06-21 11:28:39 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-06-27 10:43:49 +0100 |
commit | 7717f22c0a723ebc4055f3b3341a7ba7d004dc98 (patch) | |
tree | f26e02cc6416f76caad37a220275e40909814a6b | |
parent | 170369817ca47c59bb4489c4ff0ff0933ecac1bf (diff) |
[Bucks] add one issue per report text to tips
-rw-r--r-- | templates/web/buckinghamshire/report/new/inline-tips.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/web/buckinghamshire/report/new/inline-tips.html b/templates/web/buckinghamshire/report/new/inline-tips.html new file mode 100644 index 000000000..b788bafe7 --- /dev/null +++ b/templates/web/buckinghamshire/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> + <li>Please only log <strong>one issue</strong> per report</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> |