From 8547f307748554990ee3cc413776c7dadc830764 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 11 Jul 2024 17:20:29 +0100 Subject: Adds ability to add colour class to main category - Creates a new line in the database - Uses this in the template instead of the default bootstrap class --- pyblackbird_cc/templates/resources/resource_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyblackbird_cc/templates') diff --git a/pyblackbird_cc/templates/resources/resource_list.html b/pyblackbird_cc/templates/resources/resource_list.html index d33d6bc..13d2a61 100644 --- a/pyblackbird_cc/templates/resources/resource_list.html +++ b/pyblackbird_cc/templates/resources/resource_list.html @@ -53,7 +53,7 @@
{{ resource.name }}
- {{ resource.main_resource_category_name }} + {{ resource.main_resource_category_name }}
{{ resource.age_range }} @@ -101,7 +101,7 @@
{{ resource.name }}
- {{ resource.main_resource_category_name }} + {{ resource.main_resource_category_name }}
{{ resource.age_range }} -- cgit v1.2.3