Skip to content

Commit

Permalink
feat(dev): registration simplification (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugena committed Jul 30, 2023
1 parent 8f105f6 commit 196709f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acesta/user/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ class UserAdmin(auth_admin.UserAdmin):
"fields": (
"username",
"password",
"registered",
"is_active",
"is_superuser",
)
Expand Down Expand Up @@ -147,6 +148,7 @@ class UserAdmin(auth_admin.UserAdmin):
"last_name",
"phone",
"points",
"registered",
"purpose",
"note",
"region",
Expand Down

0 comments on commit 196709f

Please sign in to comment.