Skip to content

Commit

Permalink
AO require_all - revert
Browse files Browse the repository at this point in the history
  • Loading branch information
rfultz committed Jan 23, 2025
1 parent 11c6a9a commit 3eb3527
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fec/legal/templates/legal-search-results-advisory_opinions.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
</div>
<button type="button" class="js-accordion-trigger accordion__button">Citations</button>
<div class="accordion__content">
<div class="filter js-filter" data-filter="checkbox">
<span>If more than one citation is entered:<br></span>
<input id="ao_citation_require_all-true" name="ao_citation_require_all" type="checkbox" value="true"{% if ao_citation_require_all == 'true' %} checked{% endif %}>
<label for="ao_citation_require_all-true" style="margin-left: 0;">Show cases with all citations</label>
</div>
<label>If more than one citation is entered:</label>
<input type="radio" id="ao_citation_require_all_false" name="ao_citation_require_all" value="false"{% if ao_citation_require_all != 'true' %} checked{% endif %}>
<label for="ao_citation_require_all_false">Show cases citing any of them</label>
<input type="radio" id="ao_citation_require_all_true" name="ao_citation_require_all" value="true"{% if ao_citation_require_all == 'true' %} checked{% endif %}>
<label for="ao_citation_require_all_true">Show cases citing all of them</label>
{{ typeahead.field('ao_regulatory_citation', 'Regulatory citation', False, dataset='aoRegulatoryCitations', allow_text=False) }}
{{ typeahead.field('ao_statutory_citation', 'Statutory citation', False, dataset='aoStatutoryCitations', allow_text=False) }}
</div>
Expand Down

0 comments on commit 3eb3527

Please sign in to comment.