aboutsummaryrefslogtreecommitdiffstats
path: root/notice/templates
diff options
context:
space:
mode:
Diffstat (limited to 'notice/templates')
-rw-r--r--notice/templates/notice/list_notice.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/notice/templates/notice/list_notice.html b/notice/templates/notice/list_notice.html
index 2a2703b..14355f0 100644
--- a/notice/templates/notice/list_notice.html
+++ b/notice/templates/notice/list_notice.html
@@ -26,7 +26,7 @@
<div class="notice-content">
{{ notice.contents }}
</div>
- {% if notice.attachments %}
+ {% if notice.attachments.all %}
<div class="notice-attachment">
<ul class="list-unstyled">
{% for attachment in notice.attachments.all %}