Closed vincentporte closed 2 weeks ago
https://communaute.inclusion.beta.gouv.fr/forum/espace-d%C3%A9changes-113/topic/passage-de-titre-cip-2168/
Attachment 324 :
Template lacommunaute/templates/forum_conversation/forum_attachments/attachments_detail.html
lacommunaute/templates/forum_conversation/forum_attachments/attachments_detail.html
{% if attachment|is_available %}
Tag lacommunaute/utils/templatetags/attachments_tags.py
lacommunaute/utils/templatetags/attachments_tags.py
@register.filter def is_available(object): return object.file.field.storage.exists(object.file.name)
return False
False
https://communaute.inclusion.beta.gouv.fr/forum/espace-d%C3%A9changes-113/topic/passage-de-titre-cip-2168/
Attachment 324 :
codes
Template
lacommunaute/templates/forum_conversation/forum_attachments/attachments_detail.html
Tag
lacommunaute/utils/templatetags/attachments_tags.py
return
False