Skip to content

Commit ddaeb2f

Browse files
committed
frontend: bugfix Selected UK District filters don't appear in the box
1 parent 48a378b commit ddaeb2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grantnav/frontend/templates/components/filters/lists/filter-list-district.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="search-box-wrapper padding-left:05 padding-right:05 padding-top:05 padding-bottom:05">
2323
<select aria-label="Search for a district" class="filter-search-box recipientDistrictName-search-box" multiple="multiple">
2424
{% for key, selected in selected_facets.items %}
25-
{% if key == 'Districts' or key == 'Excluded Districts' %}
25+
{% if key == 'UK Districts' or key == 'Excluded UK Districts' %}
2626
{% for item in selected %}
2727
<option value="{{item.url}}" selected="selected">{{item.display_value}}</option>
2828
{% endfor %}

0 commit comments

Comments
 (0)