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 %}