From 972aaa6a982db7f4d6006609d63e63c577fdc2b3 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 23 Jul 2012 00:30:10 +0200 Subject: [PATCH] fix download URL --- teleforma/templates/teleforma/course_media.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/teleforma/course_media.html b/teleforma/templates/teleforma/course_media.html index 0b5155d4..5d41afb2 100644 --- a/teleforma/templates/teleforma/course_media.html +++ b/teleforma/templates/teleforma/course_media.html @@ -22,7 +22,7 @@ $(document).ready(function(){ {% block module-action %} {% if media.item.file %}
- {% trans "Download" %} + {% trans "Download" %}
{% endif %} {% endblock module-action %} -- 2.39.5