diff options
author | Dave Arter <davea@mysociety.org> | 2018-01-29 11:38:06 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2018-04-03 12:44:23 +0100 |
commit | 6da718298f39aa8c90f91be33061c404e29e728c (patch) | |
tree | 102742eb569b4cb894536696ee85624f5380c070 | |
parent | dcad89fa785b45993bd99c37839c9603ce5add0f (diff) |
[Buckinghamshire] Update text on front page and update heading
4 files changed, 16 insertions, 4 deletions
diff --git a/templates/web/base/report/update-form.html b/templates/web/base/report/update-form.html index 912aae2b4..1e67c2072 100644 --- a/templates/web/base/report/update-form.html +++ b/templates/web/base/report/update-form.html @@ -3,7 +3,11 @@ <div id="update_form"> [% IF NOT login_success AND NOT oauth_need_email %] - <h2[% IF two_column_sidebar %] class="hidden-js"[% END %]>[% loc( 'Provide an update') %]</h2> + [% TRY %] + [% INCLUDE 'report/_update-form-heading.html' %] + [% CATCH file %] + <h2[% IF two_column_sidebar %] class="hidden-js"[% END %]>[% loc( 'Provide an update') %]</h2> + [% END %] [% IF c.cobrand.moniker != 'stevenage' %] <div class="general-notes"> diff --git a/templates/web/buckinghamshire/around/intro.html b/templates/web/buckinghamshire/around/intro.html index 01d7c654f..0af025041 100644 --- a/templates/web/buckinghamshire/around/intro.html +++ b/templates/web/buckinghamshire/around/intro.html @@ -1,2 +1,2 @@ -<h1>Report a problem on a street</h1> -<p>Report a problem on a street in Buckinghamshire or look at and discuss problems that have already been reported.</p> +<h1>Report a problem on a street/road</h1> +<p>Report a problem on a street/road in Buckinghamshire or track the progress of reported issues.</p> diff --git a/templates/web/buckinghamshire/report/_update-form-heading.html b/templates/web/buckinghamshire/report/_update-form-heading.html new file mode 100644 index 000000000..60b09ce3e --- /dev/null +++ b/templates/web/buckinghamshire/report/_update-form-heading.html @@ -0,0 +1 @@ +<h2[% IF two_column_sidebar %] class="hidden-js"[% END %]>[% loc( 'Provide additional information') %]</h2> diff --git a/templates/web/buckinghamshire/report/new/councils_extra_text.html b/templates/web/buckinghamshire/report/new/councils_extra_text.html index 87f9ae8ab..0b3246472 100644 --- a/templates/web/buckinghamshire/report/new/councils_extra_text.html +++ b/templates/web/buckinghamshire/report/new/councils_extra_text.html @@ -1 +1,8 @@ -Do not use this to <a href="/faq#emergencies">report emergencies outside of working hours</a>. +<p> +<strong>IMPORTANT:</strong> +If you consider this to be dangerous or an emergency, please call us +on: <strong>01296 382416</strong> (09:00 – 17:30 Mon-Thurs, 09:00 – 17:00 Friday) +or <strong>01296 486630</strong> +(out of hours and weekends). Otherwise, by submitting the report online we will +deal with it in line with our agreed timescales. +</p> |