]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/soundfiles/embed.html
templates: add empty alt attributes to icon images
[panikweb.git] / panikweb_templates / templates / soundfiles / embed.html
index 7484bd1fb7ef90b8c7cc38bb9077fee2729e833d..449a9d98cd3e9e42fad25a999684a6b69d85aafc 100644 (file)
        <div class="logo">
                {% if episode.image %}
                        {% thumbnail episode.image "60x60" crop="50% 25%" as im %}
-                       <img width="60" height="60" src="{{im.url}}"/>
+                       <img alt="" width="60" height="60" src="{{im.url}}"/>
                        {% endthumbnail %}
                {% elif episode.emission.image %}
                        {% thumbnail episode.emission.image "60x60" crop="50% 25%" as im %}
-                       <img width="60" height="60" src="{{im.url}}"/>
+                       <img alt="" width="60" height="60" src="{{im.url}}"/>
                        {% endthumbnail %}
                {% else %}
-                       <img class="smooth"  style="width:60px;" src="{% static "img/emission.png" %}"/>
+                       <img alt="" class="smooth"  style="width:60px;" src="{% static "img/emission.png" %}"/>
                {% endif %}
        </div>
 <ul class="custom">