Rewrite notif page
This commit is contained in:
parent
1439dd12c8
commit
55a85689e9
3 changed files with 14 additions and 7 deletions
|
@ -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/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue