diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-06-03 14:04:03 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-06-10 18:13:23 +0100 |
commit | fdc511bbb8e9d917b43bf89cd79ea8a520480ac2 (patch) | |
tree | 4b7d80d60ca164494e6c4161224585000d7fde16 /templates/web/bromley/footer.html | |
parent | 8852b0931e15bc16eb33802b16d897736456363e (diff) |
[UK] Use council_area by default if set.
Diffstat (limited to 'templates/web/bromley/footer.html')
-rw-r--r-- | templates/web/bromley/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/bromley/footer.html b/templates/web/bromley/footer.html index 5ac94ba83..914ba3ace 100644 --- a/templates/web/bromley/footer.html +++ b/templates/web/bromley/footer.html @@ -9,7 +9,7 @@ <div class="nav-wrapper"> <div class="container"> - [% INCLUDE "main_nav.html" body_name=c.cobrand.council_area hide_privacy_link=1 %] + [% INCLUDE "main_nav.html" hide_privacy_link=1 %] </div> </div> </div> <!-- .wrapper --> |