]> git.parisson.com Git - teleforma.git/commitdiff
fix download button
authoryomguy <yomguy@parisson.com>
Thu, 19 Jul 2012 13:56:21 +0000 (15:56 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 19 Jul 2012 13:56:21 +0000 (15:56 +0200)
teleforma/templates/teleforma/course_media.html

index 74804511860a0f49bede3d571e6654be12f32e7f..6eacf3a34c5e392e6090f6dd16491e5ea2edf3bd 100644 (file)
@@ -70,7 +70,7 @@ $(document).ready(function(){
 
 <br />
 {% if media.item.file %}
-<a href="{% url teleforma-media-download media.id %}" class="component_icon button icon_download" id="action_red">&nbsp;{% trans "Download" %}</a>
+<a href="{% url teleforma-media-download media.id %}" class="component_icon button icon_download" id="action_red">&nbsp;&nbsp;&nbsp;{% trans "Download" %}</a>
 {% endif %}
 
 {% endblock general_info %}