summaryrefslogtreecommitdiff
path: root/ishtar_common/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/views.py')
-rw-r--r--ishtar_common/views.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar_common/views.py b/ishtar_common/views.py
index a6c3b373d..557fb1412 100644
--- a/ishtar_common/views.py
+++ b/ishtar_common/views.py
@@ -82,6 +82,7 @@ from ishtar_common.utils import (
get_field_labels_from_path,
get_person_gdpr_log,
get_random_item_image_link,
+ get_news_feed,
shortify,
dict_to_tuple,
put_session_message,
@@ -207,6 +208,7 @@ def index(request):
)
)
authenticated = request.user.is_authenticated
+ dct["news_feed"] = get_news_feed()
display_random_image = authenticated and profile.homepage_random_image_available
if display_random_image:
dct["display_random_image"] = True