From 68f91f926a5caa05003ceed531c8ad3da676bfde Mon Sep 17 00:00:00 2001 From: Greg Newman Date: Thu, 15 Dec 2022 15:33:36 -0500 Subject: [PATCH] :art: topic attachments --- .../forum_attachments/attachments_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/forum_conversation/forum_attachments/attachments_detail.html b/templates/forum_conversation/forum_attachments/attachments_detail.html index c465f983..1a735edb 100644 --- a/templates/forum_conversation/forum_attachments/attachments_detail.html +++ b/templates/forum_conversation/forum_attachments/attachments_detail.html @@ -3,12 +3,12 @@ {% get_permission 'can_download_files' post.topic.forum request.user as user_can_download_files %} {% if post.attachments.exists and user_can_download_files %} -
+
 {% trans "Attachments" %}
{% for attachment in post.attachments.all %} -
+
 {{ attachment.filename }} ({{ attachment.file.size|filesizeformat }}) {% if attachment.comment %}

{{ attachment.comment }}