Skip to content
Snippets Groups Projects

Resolve "Add own menu entry for notifications"

Merged Jonathan Weth requested to merge 327-add-own-menu-entry-for-notifications into master
All threads resolved!
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -57,7 +57,7 @@ urlpatterns = [
path("group/<int:id_>/edit", views.edit_group, name="edit_group_by_id"),
path("group/<int:id_>/delete", views.delete_group, name="delete_group_by_id"),
path("", views.index, name="index"),
path("notifications/", views.Notifications.as_view(), name="notifications"),
path("notifications/", views.NotificationsListView.as_view(), name="notifications"),
path("dashboard/edit/", views.EditDashboardView.as_view(), name="edit_dashboard"),
path(
"notifications/mark-read/<int:id_>",
Loading