fix
This commit is contained in:
@@ -186,5 +186,31 @@ PAGES = [
|
||||
"link": reverse_lazy("admin:shared_villagemodel_changelist"),
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": _("Ruxsatlar"),
|
||||
"separator": True,
|
||||
"items": [
|
||||
{
|
||||
"title": _("Ruxsatlar"),
|
||||
"icon": "attach_file",
|
||||
"link": reverse_lazy("admin:accounts_permission_changelist"),
|
||||
},
|
||||
{
|
||||
"title": _("Sahifa uchun ruxsatlar"),
|
||||
"icon": "attach_file",
|
||||
"link": reverse_lazy("admin:accounts_permissiontotab_changelist"),
|
||||
},
|
||||
{
|
||||
"title": _("Actionlar uchun ruxsatlar"),
|
||||
"icon": "attach_file",
|
||||
"link": reverse_lazy("admin:accounts_permissiontoaction_changelist"),
|
||||
},
|
||||
{
|
||||
"title": _("Role"),
|
||||
"icon": "attach_file",
|
||||
"link": reverse_lazy("admin:accounts_role_changelist"),
|
||||
},
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user