From: yomguy Date: Mon, 17 Sep 2012 16:10:57 +0000 (+0200) Subject: add static X-Git-Tag: 1.4.4-lam~16^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=223daaf7adf937bd80e280cc8f64b020b6ade5db;p=telemeta.git add static --- diff --git a/telemeta/templates/telemeta/mediaitem_detail.html b/telemeta/templates/telemeta/mediaitem_detail.html index 0f4c166a..db1fc7c2 100644 --- a/telemeta/templates/telemeta/mediaitem_detail.html +++ b/telemeta/templates/telemeta/mediaitem_detail.html @@ -175,10 +175,10 @@ Item : {{ item }} {% if audio_export_enabled or perms.telemeta.can_download_all_items or user.is_superuser %}
-

download {% trans "Download:" %} +

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

{% endif %}