diff options
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> |