From 2c7dc01e289d39dcaac6761ff59870accc7575a8 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 11 Jul 2024 20:52:20 +0100 Subject: Very simple border round feature block for EY Literacy --- pyblackbird_cc/templates/resources/resource_list.html | 5 +++-- 1 file changed, 3 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 13d2a61..6f9edef 100644 --- a/pyblackbird_cc/templates/resources/resource_list.html +++ b/pyblackbird_cc/templates/resources/resource_list.html @@ -45,7 +45,8 @@
{% for resource in featured_resources %} -
+ +
{{ resource.thumbnail_filename }} @@ -53,7 +54,7 @@
{{ resource.name }}
- {{ resource.main_resource_category_name }} + {{ resource.main_resource_category_name }}
{{ resource.age_range }} -- cgit v1.2.3