diff --git a/templates/twitch/campaign_detail.html b/templates/twitch/campaign_detail.html index 93a3af1..b7ca368 100644 --- a/templates/twitch/campaign_detail.html +++ b/templates/twitch/campaign_detail.html @@ -21,7 +21,7 @@ {% endfor %} {% if campaign.image_best_url %} - {% picture campaign.image_best_url alt=campaign.name width=160 height=160 %} + {% picture campaign.image_best_url alt=campaign.name width=160 %} {% endif %}
{{ campaign.description|linebreaksbr }}
diff --git a/templates/twitch/game_detail.html b/templates/twitch/game_detail.html index 02b96fd..83538a0 100644 --- a/templates/twitch/game_detail.html +++ b/templates/twitch/game_detail.html @@ -16,7 +16,7 @@ {% if game.box_art_best_url %} - {% picture game.box_art_best_url alt=game.name width=160 height=160 %} + {% picture game.box_art_best_url alt=game.name width=160 %} {% endif %} {% if owners %} diff --git a/templates/twitch/reward_campaign_detail.html b/templates/twitch/reward_campaign_detail.html index 29b1469..3f69108 100644 --- a/templates/twitch/reward_campaign_detail.html +++ b/templates/twitch/reward_campaign_detail.html @@ -17,7 +17,7 @@ {% if reward_campaign.image_best_url %} - {% picture reward_campaign.image_best_url alt=reward_campaign.name width=160 height=160 %} + {% picture reward_campaign.image_best_url alt=reward_campaign.name width=160 %} {% endif %}