diff options
-rw-r--r-- | templates/web/emptyhomes/around/extra_text.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/emptyhomes/around/extra_text.html b/templates/web/emptyhomes/around/extra_text.html index bb9d18d8e..9e96d079e 100644 --- a/templates/web/emptyhomes/around/extra_text.html +++ b/templates/web/emptyhomes/around/extra_text.html @@ -1,7 +1,7 @@ [% # Need to ignore any county council -FOR c IN all_areas.values; - SET council = c IF c.type != 'CTY'; +FOR coun IN all_areas.values; + SET council = coun IF coun.type != 'CTY'; END; %] <a href="/local/[% c.cobrand.short_name(council) | lower %]"> |