diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-03 17:08:38 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-03 17:08:38 +0100 |
commit | 1fba7b90feb50ec43d3d355dd8e54f834e648810 (patch) | |
tree | fedeb3214966a068fabfac602c36d1872be39686 /pyblackbird_cc/templates | |
parent | cc78f9e3b20c1e46d1b6c59ecbe45a819c1765c6 (diff) |
Fix for tabbed filter in resource list page
Previously the link selected on the tabbed filter navbar in resources list would filter the featured resources too. This fixes that.
Diffstat (limited to 'pyblackbird_cc/templates')
-rw-r--r-- | pyblackbird_cc/templates/resources/resource_list.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyblackbird_cc/templates/resources/resource_list.html b/pyblackbird_cc/templates/resources/resource_list.html index 5611bca..af1a126 100644 --- a/pyblackbird_cc/templates/resources/resource_list.html +++ b/pyblackbird_cc/templates/resources/resource_list.html @@ -11,7 +11,6 @@ </div> {# featured resources #} -{# TODO fix the tabbed navbar also fetching the selected Featured resources#} {% if featured_resources %} <div class="row my-4 text-center"> <h5 class="display-6">Featured resources</h5> |