From: yomguy Date: Thu, 19 Jul 2012 14:01:48 +0000 (+0200) Subject: fix download button X-Git-Tag: 0.7-dev^2~43 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=908f3b005c394aa368b825f95c8aca2868c98741;p=teleforma.git fix download button --- diff --git a/teleforma/templates/teleforma/course_media.html b/teleforma/templates/teleforma/course_media.html index b134bfce..46b8cde9 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 %} -&nbps;{% trans "Download" %} + {% trans "Download" %} {% endif %} {% endblock general_info %}