From: yomguy Date: Thu, 19 Jul 2012 14:06:28 +0000 (+0200) Subject: fix download button X-Git-Tag: 0.7-dev^2~41 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=09708527776b4f32077f34cd3993daa33cff3039;p=teleforma.git fix download button --- diff --git a/teleforma/templates/teleforma/course_media.html b/teleforma/templates/teleforma/course_media.html index 9edbb311..0d40c357 100644 --- a/teleforma/templates/teleforma/course_media.html +++ b/teleforma/templates/teleforma/course_media.html @@ -20,7 +20,9 @@ $(document).ready(function(){ {% block module-action %} {% if media.item.file %} +
 {% trans "Download" %} +
{% endif %} {% endblock module-action %}