]> git.parisson.com Git - telemeta.git/commitdiff
remove download text
authorGuillaume Pellerin <yomguy@parisson.com>
Sat, 18 Oct 2014 20:51:19 +0000 (22:51 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Sat, 18 Oct 2014 20:51:19 +0000 (22:51 +0200)
telemeta/templates/telemeta/mediaitem_detail.html

index 5e7b51c227682d1e69336c691d5813defd3a969c..e1ca2df413fc03047418acd49b545ba3881f35bf 100644 (file)
@@ -169,11 +169,10 @@ Item : <a href="{% url "telemeta-item-detail" item.public_id %}">{{ item }}</a>
 
         {% if audio_export_enabled or perms.telemeta.can_download_all_items or user.is_superuser %}
         <div class="exporter">
-            <p><img src="{{ STATIC_URL }}telemeta/images/download.png" alt="download" style="vertical-align:middle" /> {% trans "Download:" %}
                 {% for format in export_formats %}
                 <a href="{% url "telemeta-item-export" item.public_id format.extension %}">
                     <img src="{{ STATIC_URL }}telemeta/images/{{ format.extension }}.png" style="vertical-align:middle" alt="{{ format.extension }}" /></a>
-                {% endfor %}</p>
+                {% endfor %}
         </div>
         {% endif %}