mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 14:04:10 +02:00
fix bug in multi_choice_list_filter
This commit is contained in:
parent
81816426a9
commit
7988334df9
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load static field_helpers url_helpers %}
|
{% load static field_helpers url_helpers %}
|
||||||
|
|
||||||
<details data-filter-title="{{ filter_title }}" open="">
|
<details data-filter-title="{{ title }}" open="">
|
||||||
<summary aria-label="Show/hide {{ filter_title }} filters" role="button">
|
<summary aria-label="Show/hide {{ title }} filters" role="button">
|
||||||
{% blocktrans with filter_title=title %} By {{ filter_title }} {% endblocktrans %}
|
{% blocktrans with filter_title=title %} By {{ filter_title }} {% endblocktrans %}
|
||||||
</summary>
|
</summary>
|
||||||
<ul class="mulitple-choice">
|
<ul class="mulitple-choice">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue