Skip to content

Commit

Permalink
Merge pull request #48 from JahongirHakimjonov/jahongir
Browse files Browse the repository at this point in the history
fix: admin panel fix
  • Loading branch information
JahongirHakimjonov authored Dec 2, 2024
2 parents 3f5b65a + 5cea63d commit dda6853
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 dda6853

Please sign in to comment.