Skip to content

Commit

Permalink
fix: admin panel fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JahongirHakimjonov committed Dec 2, 2024
1 parent 284ed19 commit 5cea63d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/config/unfold_navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def user_has_group_or_permission(user, permission):
},
{
"seperator": True,
"collapsible": True,
"title": _("Additional user data"),
"items": [
{
Expand Down Expand Up @@ -79,7 +78,6 @@ def user_has_group_or_permission(user, permission):
},
{
"seperator": True,
"collapsible": True,
"title": _("Post"),
"items": [
{
Expand Down Expand Up @@ -110,7 +108,6 @@ def user_has_group_or_permission(user, permission):
},
{
"seperator": True,
"collapsible": True,
"title": _("Additional"),
"items": [
{
Expand Down

0 comments on commit 5cea63d

Please sign in to comment.