aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-12-11 13:13:14 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-12-11 16:55:06 +0000
commitd8429c3760e829567a769d3e9e08bdac1f6a1ffc (patch)
tree953da6a80bebe9fe63b256c53492071233cc6ed4 /templates
parentcb7483370b3eaa1b6e153882f468cf6c14a1a9b0 (diff)
[Buckinghamshire] Nicer not-our-road messages.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/buckinghamshire/report/new/roads_message.html20
-rw-r--r--templates/web/fixmystreet.com/report/new/roads_message.html14
2 files changed, 28 insertions, 6 deletions
diff --git a/templates/web/buckinghamshire/report/new/roads_message.html b/templates/web/buckinghamshire/report/new/roads_message.html
index e518e963c..c195f6b52 100644
--- a/templates/web/buckinghamshire/report/new/roads_message.html
+++ b/templates/web/buckinghamshire/report/new/roads_message.html
@@ -1,8 +1,22 @@
<div id="js-roads-responsibility" class="box-warning hidden">
- <strong>Invalid location</strong>
+ <strong>Not maintained by Buckinghamshire County Council</strong>
<div id="js-not-council-road" class="hidden js-responsibility-message">
- <p>The selected road is not maintained by Buckinghamshire County Council.</p>
- <p>Please select another road.</p>
+ <p>The selected road is not maintained by Buckinghamshire County Council;
+ to find out who owns this land/road please contact the Land Registry at
+ <a href="https://www.gov.uk/search-property-information-land-registry">https://www.gov.uk/search-property-information-land-registry</a>.
+ </p>
+ </div>
+ <div id="js-not-council-road-other" class="hidden js-responsibility-message">
+ <p>The selected road is not maintained by Buckinghamshire County Council,
+ but by a neighbouring council. Please move your pin slightly, to the
+ other side of the border.
+ </p>
+ </div>
+ <div id="js-not-council-road-he" class="hidden js-responsibility-message">
+ <p>The selected road is not maintained by Buckinghamshire County Council,
+ but by Highways England. Please follow this link to
+ <a class="js-update-coordinates" href="https://www.fixmystreet.com/report/new?latitude=[% latitude |html %]&amp;longitude=[% longitude | html %]">FixMyStreet</a> to continue reporting your issue here.
+ </p>
</div>
<div id="js-not-a-road" class="hidden js-responsibility-message">
<p>The location you have selected doesn't appear to be on a road.</p>
diff --git a/templates/web/fixmystreet.com/report/new/roads_message.html b/templates/web/fixmystreet.com/report/new/roads_message.html
index da32d5a97..a0a55e707 100644
--- a/templates/web/fixmystreet.com/report/new/roads_message.html
+++ b/templates/web/fixmystreet.com/report/new/roads_message.html
@@ -1,8 +1,16 @@
<div id="js-roads-responsibility" class="box-warning hidden">
- <strong>Invalid location</strong>
+ <strong>Not maintained by the council</strong>
<div id="js-not-council-road" class="hidden js-responsibility-message">
- <p>The selected road is not maintained by the Council.</p>
- <p>Please select another road.</p>
+ <p>The selected road is not maintained by the council;
+ to find out who owns this land/road please contact the Land Registry at
+ <a href="https://www.gov.uk/search-property-information-land-registry">https://www.gov.uk/search-property-information-land-registry</a>.
+ </p>
+ </div>
+ <div id="js-not-council-road-other" class="hidden js-responsibility-message">
+ <p>The selected road is not maintained by the council,
+ but by a neighbouring council. Please move your pin slightly, to the
+ other side of the border.
+ </p>
</div>
<div id="js-not-a-road" class="hidden js-responsibility-message">
<p>The location you have selected doesn't appear to be on a road.</p>