diff options
Diffstat (limited to 'notice/templates')
-rw-r--r-- | notice/templates/notice/list_notice.html | 2 |
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 %} |