1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Add current_login_at to UserView

This commit is contained in:
Mo 2022-05-29 19:42:36 +02:00
parent 83cad93486
commit b1ed16179c

View file

@ -170,8 +170,8 @@ class UserView(SecureAdminModelView):
"email",
"active",
"roles",
"assistant",
"active_semester",
"current_login_at",
]
column_details_list = column_list + [
"phone_number",