diff options
Diffstat (limited to 'templates/web/bristol')
-rw-r--r-- | templates/web/bristol/footer.html | 4 | ||||
-rw-r--r-- | templates/web/bristol/footer_extra_js.html | 2 | ||||
-rw-r--r-- | templates/web/bristol/header_logo.html | 2 | ||||
-rw-r--r-- | templates/web/bristol/maps/bristol.html | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/templates/web/bristol/footer.html b/templates/web/bristol/footer.html index 52f2d50df..794dbe457 100644 --- a/templates/web/bristol/footer.html +++ b/templates/web/bristol/footer.html @@ -3,8 +3,8 @@ </div><!-- .table-cell --> <div class="nav-wrapper"> - <div class="nav-wrapper-2"> - [% INCLUDE "main_nav.html" body_name=c.cobrand.council_area hide_mysoc_link=1 %] + <div class="container"> + [% INCLUDE "main_nav.html" body_name=c.cobrand.council_area %] </div> </div> </div> <!-- .wrapper --> diff --git a/templates/web/bristol/footer_extra_js.html b/templates/web/bristol/footer_extra_js.html index 1cfcf00f6..2f54083a0 100644 --- a/templates/web/bristol/footer_extra_js.html +++ b/templates/web/bristol/footer_extra_js.html @@ -1,5 +1,5 @@ [% scripts.push( - version('/js/OpenLayers.Projection.OrdnanceSurvey.js') + version('/vendor/OpenLayers.Projection.OrdnanceSurvey.js') version('/cobrands/fixmystreet-uk-councils/js.js'), version('/cobrands/fixmystreet/assets.js'), version('/cobrands/bristol/js.js'), diff --git a/templates/web/bristol/header_logo.html b/templates/web/bristol/header_logo.html index 42633fbf8..fdcabc99e 100644 --- a/templates/web/bristol/header_logo.html +++ b/templates/web/bristol/header_logo.html @@ -1,2 +1,2 @@ - <a href="https://bristol.gov.uk/" id="site-logo">bristol.gov.uk</a> + <a href="https://www.bristol.gov.uk/" id="site-logo">bristol.gov.uk</a> <a href="/" id="report-cta" title="[%- loc('Report a problem') -%]">[%- loc('Report') -%]</a> diff --git a/templates/web/bristol/maps/bristol.html b/templates/web/bristol/maps/bristol.html index 08f6fba1c..f13ea4d32 100644 --- a/templates/web/bristol/maps/bristol.html +++ b/templates/web/bristol/maps/bristol.html @@ -1,6 +1,6 @@ [% map_js = [ - version('/js/OpenLayers/OpenLayers.bristol.js'), + version('/vendor/OpenLayers/OpenLayers.bristol.js'), version('/js/map-OpenLayers.js'), version('/js/map-wmts-base.js'), version('/js/map-wmts-bristol.js'), |