Skip to content

Commit

Permalink
add verification date to admin
Browse files Browse the repository at this point in the history
  • Loading branch information
VeryBigSad committed Sep 4, 2023
1 parent a2005c6 commit a48e36c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions users/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,7 @@ class CustomUserAdmin(admin.ModelAdmin):
),
(
"Важные даты",
{
"fields": (
"last_login",
"date_joined",
)
},
{"fields": ("last_login", "date_joined", "verification_date")},
),
)

Expand Down

0 comments on commit a48e36c

Please sign in to comment.