]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/panikombo/audio.html
templates: add empty alt attributes to icon images
[panikweb.git] / panikweb_templates / templates / panikombo / audio.html
index 5b82b9f80b21662bed627a6593219ae26f5a1650..62ac48bd9ff31bd91d711368192b30b179951909 100644 (file)
@@ -4,14 +4,14 @@
        <div class="logo">
                {% if soundfile.episode.image %}
                        {% thumbnail soundfile.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 soundfile.episode.emission.image %}
                        {% thumbnail soundfile.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="padded custom list">