summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates/index.html')
-rw-r--r--ishtar_common/templates/index.html6
1 files changed, 6 insertions, 0 deletions
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 %}<div id="welcome" class="container">
<h2>{{welcome_title}}</h2>
+ {% if news_feed %}
+ <div id="news-feed" class="card p-3 mb-4">
+ <h3><i class="fa fa-newspaper-o" aria-hidden="true"></i> &nbsp;{% trans "Latest news" %}</h3>
+ {{ news_feed|safe }}
+ </div>
+ {% endif %}
<div class="row">
{% if display_random_image %}
{{random_image}}