Comment code
This commit is contained in:
parent
9d584ae87a
commit
f833f1c46c
16 changed files with 201 additions and 40 deletions
|
|
@ -6,6 +6,9 @@ from django.contrib.auth.models import User
|
|||
|
||||
|
||||
class FutureUserTable(tables.Table):
|
||||
"""
|
||||
Display the list of pre-registered users
|
||||
"""
|
||||
phone_number = tables.Column(accessor='profile.phone_number')
|
||||
|
||||
section = tables.Column(accessor='profile.section')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue