From 0cebfddab2230a5eb1f279d18ef3d7e248aede35 Mon Sep 17 00:00:00 2001 From: oscie Date: Sat, 6 Jul 2024 01:50:21 +0100 Subject: [PATCH] fix: Remove intro thumbnail hard-coded alt text --- templates/intro_info_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/intro_info_list.html b/templates/intro_info_list.html index 5c2066b6..a2f13302 100644 --- a/templates/intro_info_list.html +++ b/templates/intro_info_list.html @@ -22,7 +22,7 @@ {% if info.cnt_type.name == "Image" %} Thumbnail for {{ 5 }} + alt="Thumbnail for {{ info.cnt_id }}"/> {% else %} Not an image {% endif %}