mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-05 12:03:58 +02:00
Comment code, fix minor issues
This commit is contained in:
@ -1,10 +1,13 @@
|
||||
import django_tables2 as tables
|
||||
from django_tables2 import A
|
||||
|
||||
from member.models import TFJMUser
|
||||
from .models import TFJMUser
|
||||
|
||||
|
||||
class UserTable(tables.Table):
|
||||
"""
|
||||
Table of users that are matched with a given queryset.
|
||||
"""
|
||||
last_name = tables.LinkColumn(
|
||||
"member:information",
|
||||
args=[A("pk")],
|
||||
|
Reference in New Issue
Block a user