mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +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 static field_helpers url_helpers %}
|
||||
|
||||
<details data-filter-title="{{ filter_title }}" open="">
|
||||
<summary aria-label="Show/hide {{ filter_title }} filters" role="button">
|
||||
<details data-filter-title="{{ title }}" open="">
|
||||
<summary aria-label="Show/hide {{ title }} filters" role="button">
|
||||
{% blocktrans with filter_title=title %} By {{ filter_title }} {% endblocktrans %}
|
||||
</summary>
|
||||
<ul class="mulitple-choice">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue