From 1fba7b90feb50ec43d3d355dd8e54f834e648810 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 3 Sep 2024 17:08:38 +0100 Subject: 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. --- pyblackbird_cc/templates/resources/resource_list.html | 1 - 1 file changed, 1 deletion(-) (limited to 'pyblackbird_cc/templates/resources') 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 @@ {# featured resources #} -{# TODO fix the tabbed navbar also fetching the selected Featured resources#} {% if featured_resources %}
Featured resources
-- cgit v1.2.3