summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/message.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-10-04 12:02:52 +0200
committerAurélien Bompard <aurelien@bompard.org>2012-10-04 12:02:52 +0200
commitcd1a2d5f2ec738ab2f17c86dcabe8733a682aa4f (patch)
treea00aafaafbe919364ff8c9882bc5cf26935fb29a /hyperkitty/templates/message.html
parent5f9c7c8bba6db94f45cf0d0f2ca679ee8a0a3a92 (diff)
downloadhyperkitty-cd1a2d5f2ec738ab2f17c86dcabe8733a682aa4f.tar.gz
hyperkitty-cd1a2d5f2ec738ab2f17c86dcabe8733a682aa4f.tar.xz
hyperkitty-cd1a2d5f2ec738ab2f17c86dcabe8733a682aa4f.zip
Improve attachments display
Diffstat (limited to 'hyperkitty/templates/message.html')
-rw-r--r--hyperkitty/templates/message.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/hyperkitty/templates/message.html b/hyperkitty/templates/message.html
index e9f2806..5d061e5 100644
--- a/hyperkitty/templates/message.html
+++ b/hyperkitty/templates/message.html
@@ -9,17 +9,6 @@
<section id="thread_content">
{% include 'messages/first_email.html' with first_mail=message %}
-
- {% if attachments|length %}
- <h2>Attachments</h2>
- <ul>
- {% for attachment in attachments %}
- <li><a href="{% url message_attachment mlist_fqdn=list_address, hashid=hashid, counter=attachment.counter, filename=attachment.name %}">{{attachment.name}}</a>
- ({{attachment.content_type}}, {{attachment.size}} octets)
- </li>
- {% endfor %}
- </ul>
- {% endif %}
</section>
{% endblock %}