admin show case slider

verbose name for show case slider
bug fix show case slider
This commit is contained in:
Parsa Nazer
2025-02-08 17:32:57 +03:30
parent 7a50a7800b
commit ef2d35b2ed
4 changed files with 30 additions and 7 deletions
+7 -1
View File
@@ -172,7 +172,13 @@ UNFOLD = {
"title": _("مقالات و بلاگ ها"),
"icon": "newsmode",
"link": reverse_lazy("admin:blog_blogmodel_changelist"),
}
},
{
"title": _("نمایش کیس ها"),
"icon": "devices",
"link": reverse_lazy("admin:home_showcaseslider_changelist"),
},
],
},