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

index d6ebd7d0ae6a4844f0c313ed4f5564e53a90f16e..1eba6ad836c522f0c4097cfb4de933ece348bad7 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"> {% trans "Download" %}</a>
+<a href="{% url teleforma-media-download media.id %}" class="component_icon button icon_download">&nbsp;{% trans "Download" %}</a>
 {% endif %}
 
 {% endblock general_info %}