Rewrite notif page

This commit is contained in:
cuom1999 2024-04-26 20:55:24 -05:00
parent 1439dd12c8
commit 55a85689e9
3 changed files with 14 additions and 7 deletions

View file

@ -1163,8 +1163,7 @@ urlpatterns = [
),
url(
r"^notifications/",
login_required(notification.NotificationList.as_view()),
name="notification",
paged_list_view(notification.NotificationList, "notification"),
),
url(
r"^import_users/",