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 %}