mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-05 04:24:04 +02:00
Profile list
This commit is contained in:
@ -6,4 +6,7 @@ from member.models import TFJMUser
|
||||
class UserTable(tables.Table):
|
||||
class Meta:
|
||||
model = TFJMUser
|
||||
fields = ("last_name", "first_name", "role",)
|
||||
fields = ("last_name", "first_name", "role", "date_joined", )
|
||||
attrs = {
|
||||
'class': 'table table-condensed table-striped table-hover'
|
||||
}
|
||||
|
Reference in New Issue
Block a user