diff options
author | Struan Donald <struan@exo.org.uk> | 2012-08-08 15:48:02 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-08-09 09:58:37 +0100 |
commit | 828f7ed7f1c05924215e82d1338a60ffca8471ab (patch) | |
tree | d19f8f98e339e11cbd569c754993a9dcefdec9db | |
parent | 326a51bb1feae93d46db59c30752a1c660b52eac (diff) |
tweak text at start of report form for Bromley
3 files changed, 2 insertions, 3 deletions
diff --git a/templates/web/bromley/report/new/councils_extra_text.html b/templates/web/bromley/report/new/councils_extra_text.html index a48a061a1..91cceca11 100644 --- a/templates/web/bromley/report/new/councils_extra_text.html +++ b/templates/web/bromley/report/new/councils_extra_text.html @@ -1 +1 @@ -Do not use this to <a href="/faq#emergencies">report emergencies outside working hours</a>. +Do not use this to <a href="/faq#emergencies">report emergencies outside of working hours</a>. diff --git a/templates/web/default/report/new/councils_extra_text.html b/templates/web/default/report/new/councils_extra_text.html index e69de29bb..1088b9f8b 100644 --- a/templates/web/default/report/new/councils_extra_text.html +++ b/templates/web/default/report/new/councils_extra_text.html @@ -0,0 +1 @@ +[% loc('The subject and details of the problem will be public, plus your name if you give us permission.') %] diff --git a/templates/web/default/report/new/councils_text_all.html b/templates/web/default/report/new/councils_text_all.html index cb1e6de1a..af5d822b0 100644 --- a/templates/web/default/report/new/councils_text_all.html +++ b/templates/web/default/report/new/councils_text_all.html @@ -23,6 +23,4 @@ [% END %] [% INCLUDE 'report/new/councils_extra_text.html' %] - -[% loc('The subject and details of the problem will be public, plus your name if you give us permission.') %] </p> |