aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates/resources/resource_card_featured.html
diff options
context:
space:
mode:
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 }}"