mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Add current_login_at to UserView
This commit is contained in:
parent
83cad93486
commit
b1ed16179c
1 changed files with 1 additions and 1 deletions
|
@ -170,8 +170,8 @@ class UserView(SecureAdminModelView):
|
|||
"email",
|
||||
"active",
|
||||
"roles",
|
||||
"assistant",
|
||||
"active_semester",
|
||||
"current_login_at",
|
||||
]
|
||||
column_details_list = column_list + [
|
||||
"phone_number",
|
||||
|
|
Loading…
Reference in a new issue