Improve security
This commit is contained in:
@@ -59,6 +59,11 @@ urlpatterns = [
|
||||
notifications.NotificationsUpdate.as_view(),
|
||||
name="notifications_update",
|
||||
),
|
||||
path(
|
||||
"settings/security/",
|
||||
system.SecurityPage.as_view(),
|
||||
name="security_settings",
|
||||
),
|
||||
path(
|
||||
"settings/system/",
|
||||
system.SystemSettings.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user