admin pannel update

This commit is contained in:
Parsa Nazer
2025-02-01 21:51:56 +03:30
parent ae5d167894
commit 40cc21f241
3 changed files with 30 additions and 2 deletions
+6
View File
@@ -287,6 +287,12 @@ UNFOLD = {
"icon": "home",
"link": reverse_lazy("admin:home_slidermodel_changelist"),
},
{
"title": _("سفارشات"),
"icon": "shopping_cart",
"link": reverse_lazy("admin:order_ordermodel_changelist"),
"badge": "utils.admin.admin_pending_count",
},
],
},