summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/message.html
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates/message.html')
-rw-r--r--hyperkitty/templates/message.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/hyperkitty/templates/message.html b/hyperkitty/templates/message.html
index 75770f1..e9f2806 100644
--- a/hyperkitty/templates/message.html
+++ b/hyperkitty/templates/message.html
@@ -14,7 +14,9 @@
<h2>Attachments</h2>
<ul>
{% for attachment in attachments %}
- <li>{{attachment.name}} ({{attachment.content_type}}, {{attachment.size}} octets)</li>
+ <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 %}