From 70952041808fd7b4103510680eddac9694c65dd7 Mon Sep 17 00:00:00 2001 From: vincent porte Date: Tue, 21 May 2024 19:20:49 +0200 Subject: [PATCH] =?UTF-8?q?(forum):=C2=A0display=20image=20as=20banner=20i?= =?UTF-8?q?n=20card=20in=20list=20of=20subforums?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lacommunaute/templates/forum/forum_list.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lacommunaute/templates/forum/forum_list.html b/lacommunaute/templates/forum/forum_list.html index 96aac89b7..66876b883 100644 --- a/lacommunaute/templates/forum/forum_list.html +++ b/lacommunaute/templates/forum/forum_list.html @@ -57,6 +57,13 @@

{{ node.obj.name }}

+ {% if node.obj.image %} + +
+ {{ node.obj.name }} +
+ + {% endif %} {% if node.obj.short_description %}
{{ node.obj.short_description }}
{% endif %}