Skip to content

Commit 757f990

Browse files
committed
remove duplicate verification date
1 parent 69fda12 commit 757f990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

users/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class CustomUserAdmin(admin.ModelAdmin):
7474
),
7575
(
7676
"Важные даты",
77-
{"fields": ("last_login", "date_joined", "verification_date")},
77+
{"fields": ("last_login", "date_joined")},
7878
),
7979
)
8080

0 commit comments

Comments
 (0)