diff options
author | Struan Donald <struan@exo.org.uk> | 2020-07-14 16:32:12 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2020-07-15 10:34:57 +0100 |
commit | 8bee582c74f9db05d08c682803987e6b324fb61f (patch) | |
tree | 7ecfef4171ab6c23e980f7995e140159a4ce5f6a | |
parent | 67823bc788ce744e1228a8602b9a5aa805771ced (diff) |
[HighwaysEngland] add notice about offensive language
Below description.
-rw-r--r-- | templates/web/highwaysengland/report/new/inline-tips.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/highwaysengland/report/new/inline-tips.html b/templates/web/highwaysengland/report/new/inline-tips.html index ff0ef42f8..73f70a3d0 100644 --- a/templates/web/highwaysengland/report/new/inline-tips.html +++ b/templates/web/highwaysengland/report/new/inline-tips.html @@ -1,3 +1,9 @@ +<div class="description_tips" > + <p> + Content of reports shall be monitored and any language that could be deemed to cause offense or be inappropriate shall be removed. + </p> +</div> + <label for="where_hear">How did you hear about us?</label> [%~ SET where_hear = report.get_extra_metadata('where_hear') %] |