From 3396cf72bd18775f92f3036766c7a18647c0c624 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 26 May 2024 17:14:04 +0100 Subject: Adds a link to each card on the index page --- pyblackbird_cc/templates/resources/resource_list.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyblackbird_cc') diff --git a/pyblackbird_cc/templates/resources/resource_list.html b/pyblackbird_cc/templates/resources/resource_list.html index 9b428d3..1f92a65 100644 --- a/pyblackbird_cc/templates/resources/resource_list.html +++ b/pyblackbird_cc/templates/resources/resource_list.html @@ -50,6 +50,7 @@ src="{{ resource.thumbnail_urls|first }}" alt="{{ resource.thumbnail_filename }}" />
+
{{ resource.name }}
@@ -98,6 +99,7 @@ src="{{ resource.thumbnail_urls|first }}" alt="{{ resource.thumbnail_filename }}" />
+
{{ resource.name }}
-- cgit v1.2.3