From: yomguy Date: Thu, 19 Jul 2012 13:55:53 +0000 (+0200) Subject: fix download button X-Git-Tag: 0.7-dev^2~47 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e2a435fbf8d08271a35a8b671e2c28e0069292ea;p=teleforma.git fix download button --- diff --git a/teleforma/templates/teleforma/course_media.html b/teleforma/templates/teleforma/course_media.html index 1eba6ad8..74804511 100644 --- a/teleforma/templates/teleforma/course_media.html +++ b/teleforma/templates/teleforma/course_media.html @@ -70,7 +70,7 @@ $(document).ready(function(){
{% if media.item.file %} - {% trans "Download" %} + {% trans "Download" %} {% endif %} {% endblock general_info %}