aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates/resources/resource_card.html
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-01 19:32:08 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-01 19:32:08 +0100
commitc763111cdc6bcba0138886fa8ad7945f9688431b (patch)
tree9bfe29bf8935f1b9a91f8b44a8ede37a582c1d8a /pyblackbird_cc/templates/resources/resource_card.html
parent511786f9ad75bd20157f3cbff1b17e48ac9734f5 (diff)
Improved resource list layout
- "horizontal" arrangement of standard resources
Diffstat (limited to '')
-rw-r--r--pyblackbird_cc/templates/resources/resource_card_featured.html (renamed from pyblackbird_cc/templates/resources/resource_card.html)2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyblackbird_cc/templates/resources/resource_card.html b/pyblackbird_cc/templates/resources/resource_card_featured.html
index a7b03e3..2d11ee8 100644
--- a/pyblackbird_cc/templates/resources/resource_card.html
+++ b/pyblackbird_cc/templates/resources/resource_card_featured.html
@@ -1,6 +1,6 @@
+{% load static %}
{% load markdown_extras %}
-
<div class="card mx-2 mt-2 shadow-sm" style="border-color: {{ resource.main_resource_category_colour_css_class }}; border-width: 3px;">
<img class="card-img-top"
src="{{ resource.thumbnail_urls|first }}"