From 30901cc7a36877fea377eb76fa4d8bf98bbbac36 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 19 Jul 2012 15:58:16 +0200 Subject: [PATCH] fix download button --- teleforma/templates/teleforma/course_media.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teleforma/templates/teleforma/course_media.html b/teleforma/templates/teleforma/course_media.html index 6eacf3a3..a0efb8c5 100644 --- a/teleforma/templates/teleforma/course_media.html +++ b/teleforma/templates/teleforma/course_media.html @@ -68,9 +68,9 @@ $(document).ready(function(){ -
+

{% if media.item.file %} -   {% trans "Download" %} +     {% trans "Download" %} {% endif %} {% endblock general_info %} -- 2.39.5