diff options
author | Struan Donald <struan@exo.org.uk> | 2018-10-26 11:25:01 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-11-19 13:27:43 +0000 |
commit | 0e8c7453c40db5ade085fb759ba73fb8ecf9b18d (patch) | |
tree | db38c5676a712bc47a12d5fa7e58f2d10042431d /templates | |
parent | b97ea167b85dab9ef6a3781e24a457b392f4154c (diff) |
[UK] send reports on highways agency roads to highways agency
Includes an option to send to the council instead for e.g. reports on
underpasses or bridges.
Fixes #736
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/fixmystreet-uk-councils/footer_extra_js.html | 1 | ||||
-rw-r--r-- | templates/web/fixmystreet.com/footer_extra_js.html | 1 | ||||
-rw-r--r-- | templates/web/oxfordshire/footer_extra_js.html | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/templates/web/fixmystreet-uk-councils/footer_extra_js.html b/templates/web/fixmystreet-uk-councils/footer_extra_js.html index 218607498..1742a55e2 100644 --- a/templates/web/fixmystreet-uk-councils/footer_extra_js.html +++ b/templates/web/fixmystreet-uk-councils/footer_extra_js.html @@ -1,4 +1,5 @@ [% scripts.push( version('/vendor/OpenLayers.Projection.OrdnanceSurvey.js') version('/cobrands/fixmystreet-uk-councils/js.js'), + version('/cobrands/highways/assets.js'), ) %] diff --git a/templates/web/fixmystreet.com/footer_extra_js.html b/templates/web/fixmystreet.com/footer_extra_js.html index bb7c9780c..c0c4ff80e 100644 --- a/templates/web/fixmystreet.com/footer_extra_js.html +++ b/templates/web/fixmystreet.com/footer_extra_js.html @@ -10,6 +10,7 @@ IF bodyclass.match('mappage'); scripts.push( version('/cobrands/buckinghamshire/assets.js') ); scripts.push( version('/cobrands/lincolnshire/assets.js') ); scripts.push( version('/cobrands/oxfordshire/assets.js') ); + scripts.push( version('/cobrands/highways/assets.js') ); scripts.push( version('/vendor/OpenLayers.Projection.OrdnanceSurvey.js'), ); diff --git a/templates/web/oxfordshire/footer_extra_js.html b/templates/web/oxfordshire/footer_extra_js.html index e05e16707..5e24e7321 100644 --- a/templates/web/oxfordshire/footer_extra_js.html +++ b/templates/web/oxfordshire/footer_extra_js.html @@ -1,5 +1,7 @@ [% scripts.push( + version('/cobrands/fixmystreet/assets.js'), version('/vendor/OpenLayers.Projection.OrdnanceSurvey.js'), version('/cobrands/oxfordshire/js.js'), version('/cobrands/oxfordshire/assets.js'), + version('/cobrands/highways/assets.js'), ) %] |