Skip to content

Commit

Permalink
clear all project filters
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahframe committed Aug 19, 2024
1 parent 650210c commit 83b1fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/projects/projects_landing_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ <h2 class="sr-only">Filter projects</h2>
<button type="submit" class="sk-btn sk-btn--secondary" aria-label="Apply filters. Note: page will reload.">
Submit
</button>
<a href="{{ request.path }}" class="sk-btn sk-btn--link-style" aria-label="Clear filters. Note: page will reload.">
<a href="{{ request.path }}?current=False" class="sk-btn sk-btn--link-style" aria-label="Clear filters. Note: page will reload.">
{% include 'includes/svg.html' with sprite="two-tone" svg="x" %}
Reset
Clear All
</a>
</div>
</div>
Expand Down

0 comments on commit 83b1fff

Please sign in to comment.