Skip to content

Commit

Permalink
Merge pull request #165 from springload/fix/clear-all-project-filter
Browse files Browse the repository at this point in the history
clear all project filters
  • Loading branch information
sarahframe authored Aug 19, 2024
2 parents 650210c + 83b1fff commit 2cd1aea
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 2cd1aea

Please sign in to comment.