Update game detail template to improve box art alt text
This commit is contained in:
parent
8dfcd118e5
commit
867ddf7676
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
<!-- Game image -->
|
||||
<div style="margin-right: 16px;">
|
||||
{% 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 %}
|
||||
</div>
|
||||
<!-- Game Title and Details -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue