Skip to content

Commit

Permalink
remove useless field in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
madjid-asa committed Feb 7, 2024
1 parent 4516717 commit 58e212e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lemarche/users/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ class UserAdmin(FieldsetsInlineMixin, UserAdmin):
},
),
("API", {"fields": ("api_key", "api_key_last_updated")}),
("API", {"fields": ("api_key", "api_key_last_updated")}),
(
"Permissions",
{"fields": ("is_active", "is_staff", "is_superuser", "groups")},
Expand Down

0 comments on commit 58e212e

Please sign in to comment.