mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-07-04 08:52:14 +02:00
Add a lot of comments
This commit is contained in:
@ -5,6 +5,9 @@ from .models import Registration
|
||||
|
||||
|
||||
class RegistrationTable(tables.Table):
|
||||
"""
|
||||
Table of all registrations.
|
||||
"""
|
||||
last_name = tables.LinkColumn(
|
||||
'registration:user_detail',
|
||||
args=[tables.A("user_id")],
|
||||
|
Reference in New Issue
Block a user