From 2a28770954bd2eb699995e5e106109601f87fd1e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 10 Oct 2024 07:55:58 +0200 Subject: ✨ Display the latest forum entries on the user home page (#5812) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/templates/index.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ishtar_common/templates/index.html') diff --git a/ishtar_common/templates/index.html b/ishtar_common/templates/index.html index 69bc52617..eaaf7dd54 100644 --- a/ishtar_common/templates/index.html +++ b/ishtar_common/templates/index.html @@ -2,6 +2,12 @@ {% load i18n %} {% block content %}

{{welcome_title}}

+ {% if news_feed %} +
+

 {% trans "Latest news" %}

+ {{ news_feed|safe }} +
+ {% endif %}
{% if display_random_image %} {{random_image}} -- cgit v1.2.3