Skip to content

Commit

Permalink
feat: add office location to user admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv9449 committed Mar 29, 2024
1 parent 20e40c0 commit b28057a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class UserAdmin(auth_admin.UserAdmin):
add_form = UserAdminCreationForm
fieldsets = (
(None, {"fields": ("username", "password", "verified")}),
(_("Personal info"), {"fields": ("name", "email", "phone_no")}),
(_("Personal info"), {"fields": ("name", "email", "phone_no", "office_location")}),
(
_("Permissions"),
{
Expand Down

0 comments on commit b28057a

Please sign in to comment.