mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 04:58:42 +02:00
Removed header markup for "By Status" multiple choice filter
This commit is contained in:
parent
6fc5a76e92
commit
f90fe6c462
1 changed files with 37 additions and 33 deletions
|
@ -1,8 +1,10 @@
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% load static field_helpers url_helpers %}
|
{% load static field_helpers url_helpers %}
|
||||||
|
|
||||||
|
<details data-filter-title="{{ filter_title }}" open="">
|
||||||
<h3>{% blocktrans with filter_title=title %} By {{ filter_title }} {% endblocktrans %}</h3>
|
<summary>
|
||||||
|
{% blocktrans with filter_title=title %} By {{ filter_title }} {% endblocktrans %}
|
||||||
|
</summary>
|
||||||
<ul class="mulitple-choice">
|
<ul class="mulitple-choice">
|
||||||
{% for choice in choices %}
|
{% for choice in choices %}
|
||||||
{% if choice.reset %}
|
{% if choice.reset %}
|
||||||
|
@ -11,6 +13,7 @@
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% for choice in choices %}
|
{% for choice in choices %}
|
||||||
{% if not choice.reset %}
|
{% if not choice.reset %}
|
||||||
<li{% if choice.selected %} class="selected"{% endif %}">
|
<li{% if choice.selected %} class="selected"{% endif %}">
|
||||||
|
@ -35,3 +38,4 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
</details>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue