From: Guillaume Pellerin Date: Sat, 18 Oct 2014 20:51:19 +0000 (+0200) Subject: remove download text X-Git-Tag: 1.5.0rc1~27^2~68 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f2f9ef876b978be9582801d1d175dac58673fbb7;p=telemeta.git remove download text --- diff --git a/telemeta/templates/telemeta/mediaitem_detail.html b/telemeta/templates/telemeta/mediaitem_detail.html index 5e7b51c2..e1ca2df4 100644 --- a/telemeta/templates/telemeta/mediaitem_detail.html +++ b/telemeta/templates/telemeta/mediaitem_detail.html @@ -169,11 +169,10 @@ Item : {{ item }} {% if audio_export_enabled or perms.telemeta.can_download_all_items or user.is_superuser %}
-

download {% trans "Download:" %} {% for format in export_formats %} {{ format.extension }} - {% endfor %}

+ {% endfor %}
{% endif %}