blog category added

This commit is contained in:
Parsa Nazer
2026-05-03 18:41:51 +03:30
parent 4c48f9bed3
commit 556b58216b
8 changed files with 119 additions and 6 deletions
+6
View File
@@ -233,6 +233,12 @@ UNFOLD = {
"link": reverse_lazy("admin:blog_blogmodel_changelist"),
"permission": lambda request: request.user.is_superuser,
},
{
"title": _("دسته بندی بلاگ"),
"icon": "newsmode",
"link": reverse_lazy("admin:blog_blogcategorymodel_changelist"),
"permission": lambda request: request.user.is_superuser,
},
],