From 8d1f465ceb2f5e357b19b6e4c8468703725b4795 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 15 May 2024 14:30:16 +0100 Subject: Fix the badges on the resource list. --- pyblackbird_cc/templates/resources/resource_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 3c8780f..dc9c7ba 100644 --- a/pyblackbird_cc/templates/resources/resource_list.html +++ b/pyblackbird_cc/templates/resources/resource_list.html @@ -99,10 +99,10 @@
{{ resource.name }}
- {{ resource.main_resource_category_name }} + {{ resource.main_resource_category_name }}
- {{ resource.age_range }} + {{ resource.age_range }}

{{ resource.description }}

-- cgit v1.2.3