From 4746cd2938df3cf87ae338d22eb4f67f35bac960 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 14 Nov 2022 18:58:48 +0100 Subject: Remove dead code about dashboards --- ishtar_common/urls.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ishtar_common/urls.py') diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index b7e5f46d1..8a0886551 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -297,12 +297,6 @@ actions = r"|".join(actions) # other views urlpatterns += [ # General - url(r"dashboard-main/$", views.dashboard_main, name="dashboard-main"), - url( - r"dashboard-main/(?P[a-z-]+)/$", - views.dashboard_main_detail, - name="dashboard-main-detail", - ), url( r"update-current-item/$", views.update_current_item, name="update-current-item" ), -- cgit v1.2.3