From 867ddf76768c25f573b129e69329f9f280677715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Helle=C5=9Ben?= Date: Sun, 22 Mar 2026 00:42:55 +0100 Subject: [PATCH] Update game detail template to improve box art alt text --- templates/twitch/game_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/twitch/game_detail.html b/templates/twitch/game_detail.html index 940b883..31f66af 100644 --- a/templates/twitch/game_detail.html +++ b/templates/twitch/game_detail.html @@ -24,7 +24,7 @@
{% if game.box_art_best_url %} - {% picture game.box_art_best_url alt=game.name width=160 %} + {% picture game.box_art_best_url alt="Box art for "|add:game.get_game_name width=160 %} {% endif %}