diff --git a/app/templates/views/broadcast/counties.html b/app/templates/views/broadcast/counties.html index b4b9cbd09..78ba99bc4 100644 --- a/app/templates/views/broadcast/counties.html +++ b/app/templates/views/broadcast/counties.html @@ -25,15 +25,17 @@ {{ live_search(target_selector='.file-list-item', show=show_search_form, form=search_form, label='Or by district') }} +
{% for area in county.sub_areas|sort %}
{# these are districts within a county#} {{ area.name }}
{% endfor %} +
{{ sticky_page_footer('Continue') }}