aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates/resources
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-15 14:30:16 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-15 14:30:16 +0100
commit8d1f465ceb2f5e357b19b6e4c8468703725b4795 (patch)
tree318751f3fc67c349064ec1906c205356d9c5f26e /pyblackbird_cc/templates/resources
parentbcf17ab2823d26a517101c344321eb7a472e6b29 (diff)
Fix the badges on the resource list.
Diffstat (limited to 'pyblackbird_cc/templates/resources')
-rw-r--r--pyblackbird_cc/templates/resources/resource_list.html4
1 files changed, 2 insertions, 2 deletions
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 @@
<h5 class="card-title">{{ resource.name }}</h5>
<div class="d-flex flex-row justify-content-start align-content-center">
<div>
- <span class="badge text-bg-secondary me-2">{{ resource.main_resource_category_name }}</span>
+ <span class="badge bg-danger me-2">{{ resource.main_resource_category_name }}</span>
</div>
<div>
- <span class="badge text-bg-success me-2">{{ resource.age_range }}</span>
+ <span class="badge bg-secondary me-2">{{ resource.age_range }}</span>
</div>
</div>
<p class="card-text my-3">{{ resource.description }}</p>