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

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