mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
Some table accessors weren't updated
This commit is contained in:
@ -53,7 +53,7 @@ class RightsTable(tables.Table):
|
||||
'style': 'table-layout: fixed;'
|
||||
}
|
||||
template_name = 'django_tables2/bootstrap4.html'
|
||||
fields = ('user__last_name', 'user.first_name', 'user', 'club', 'roles', )
|
||||
fields = ('user__last_name', 'user__first_name', 'user', 'club', 'roles', )
|
||||
model = Membership
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user