Skip to content

Commit

Permalink
Add "Clear Filters" button (OrcaCollective#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-kelp authored and abandoned-prototype committed Mar 27, 2023
1 parent 95489e6 commit fe6a5b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenOversight/app/templates/list_officer.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ <h3 class="panel-title accordion-toggle">Unique ID</h3>
</div>
</div>
{{ wtf.form_field(form.submit, id="submit", button_map={'submit':'primary'}) }}
<a class="btn btn-primary" href="{{ url_for(request.endpoint, department_id=department.id) }}">Clear Filters</a>
</form>
</div>
<div class="search-results col-sm-9">
Expand Down

0 comments on commit fe6a5b0

Please sign in to comment.