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

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