mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-03 17:22:51 +02:00
Display teams
This commit is contained in:
9
apps/member/tables.py
Normal file
9
apps/member/tables.py
Normal file
@ -0,0 +1,9 @@
|
||||
import django_tables2 as tables
|
||||
|
||||
from member.models import TFJMUser
|
||||
|
||||
|
||||
class UserTable(tables.Table):
|
||||
class Meta:
|
||||
model = TFJMUser
|
||||
fields = ("last_name", "first_name", "role",)
|
Reference in New Issue
Block a user