]> git.parisson.com Git - teleforma.git/commitdiff
fix doc download
authoryomguy <yomguy@parisson.com>
Wed, 20 Jun 2012 08:49:18 +0000 (10:49 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 20 Jun 2012 08:49:18 +0000 (10:49 +0200)
teleforma/templates/teleforma/inc/document_list.html

index 29283f03bb6e1e918a0ed13c3ca62f5c26550f50..2a6224b2f34d8d569eed3cc091d8b2140976ee15 100644 (file)
@@ -21,7 +21,7 @@
         {% endif %}
         </td>-->
         <td {% if forloop.counter0 == 0 %}class="border-top"{% endif %} width="35%">{{ document.date_added }}</td>
-        <td {% if forloop.counter0 == 0 %}class="border-top"{% endif %} width="5%" align="center">{% if document.file %}<a href="{% url teleforma-document-download document.id %} class="component_icon button icon_download""><img src="{{ STATIC_URL }}teleforma/images/download.png" style="vertical-align:middle" alt="" title="{% trans "Download" %}" /></a>{% endif %}</td>
+        <td {% if forloop.counter0 == 0 %}class="border-top"{% endif %} width="5%" align="center">{% if document.file %}<a href="{% url teleforma-document-download document.id %}"><img src="{{ STATIC_URL }}teleforma/images/download.png" style="vertical-align:middle" alt="" title="{% trans "Download" %}" /></a>{% endif %}</td>
         </tr>
     {% endfor %}
     </tbody>