From f2f9ef876b978be9582801d1d175dac58673fbb7 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sat, 18 Oct 2014 22:51:19 +0200 Subject: [PATCH] remove download text --- telemeta/templates/telemeta/mediaitem_detail.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 %} -- 2.39.5