Skip to content

Commit

Permalink
avoid empty search string on link
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkcuys committed Sep 26, 2024
1 parent a7bb4c3 commit 38746c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lernanta/templates/learn/_learn_filters.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<li class="divider"></li>
{% for tag in filter_tags %}
<li class="active">
<a class="filter" href="./?filter_tags={% filter_remove_tag filter_tags tag %}">
<a class="filter" href="./">
{{tag}}<img src="{{STATIC_URL}}/images/delete-x.png">
</a>
</li>
Expand Down

0 comments on commit 38746c0

Please sign in to comment.