From 175f1e5bfe427511d0d4d93457f24137bf94c644 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 10 Oct 2024 08:01:08 +0200 Subject: ✨ display forum entries: activate/deactivate by user profile - profile form: edit news/forum display MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/urls.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/urls.py') diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index babdece35..a205e3b01 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -45,6 +45,7 @@ urlpatterns = [ url(r"^js/settings.js", views.settings_js, name="settings-js"), # General url(r"shortcut_menu/", views.shortcut_menu, name="shortcut-menu"), + url(r"news-feed/", views.display_news_feed, name="news-feed"), url( r"display/(?P\w+)/(?P\d+)/", views.DisplayItemView.as_view(), -- cgit v1.2.3