Skip to content

Commit a48e36c

Browse files
committed
add verification date to admin
1 parent a2005c6 commit a48e36c

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

users/admin.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,7 @@ class CustomUserAdmin(admin.ModelAdmin):
7474
),
7575
(
7676
"Важные даты",
77-
{
78-
"fields": (
79-
"last_login",
80-
"date_joined",
81-
)
82-
},
77+
{"fields": ("last_login", "date_joined", "verification_date")},
8378
),
8479
)
8580

0 commit comments

Comments
 (0)