gip-inclusion / itou-communaute-django

Site de la Communauté de l'Inclusion (version en Django)
https://communaute.inclusion.beta.gouv.fr/
GNU Affero General Public License v3.0
3 stars 1 forks source link

fix attachment broken link #805

Closed vincentporte closed 2 weeks ago

vincentporte commented 3 weeks ago

https://communaute.inclusion.beta.gouv.fr/forum/espace-d%C3%A9changes-113/topic/passage-de-titre-cip-2168/

Image

Attachment 324 : 

codes

Template lacommunaute/templates/forum_conversation/forum_attachments/attachments_detail.html

{% if attachment|is_available %}

Tag lacommunaute/utils/templatetags/attachments_tags.py

@register.filter
def is_available(object):
    return object.file.field.storage.exists(object.file.name)

return False