diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-01-31 15:17:06 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-02-03 11:57:22 +0000 |
commit | d31d0c528f422ca62863516c26cd0ba6d3cc1f98 (patch) | |
tree | d60d9ad64a514f0bbf382bd3753540d6fb19893f | |
parent | 6a81fb1616971c1ceda16e2bb7c14e8341c1421c (diff) |
[Peterborough] Add message to front page.
-rw-r--r-- | templates/web/peterborough/footer_extra.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/web/peterborough/footer_extra.html b/templates/web/peterborough/footer_extra.html index 51e3b01e3..8beed2837 100644 --- a/templates/web/peterborough/footer_extra.html +++ b/templates/web/peterborough/footer_extra.html @@ -1,3 +1,15 @@ +[% IF bodyclass.match('frontpage') %] +<div class="container"> +Reports which contain inappropriate, abusive or offensive language are not +acceptable. You should not include any personal information about yourself or +anyone else in your report. Peterborough City Council and its partners will +moderate reports if made aware. Reports may be removed, anonymised or marked as +private. We accept no liability or responsibility for the failure of +individuals to abide by this statement or our privacy policy, these individuals +may be contacted or blocked from using the site. +</div> +[% END %] + <footer class="pboro-footer"> <ul> <li><a href="https://www.peterborough.gov.uk/accessibility/"> |