fix bug in multi_choice_list_filter

This commit is contained in:
CocoByte 2025-02-16 18:41:47 -07:00
parent 81816426a9
commit 7988334df9
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -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">