mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-07-25 02:00:35 +02:00
Better Membership update
This commit is contained in:
@ -136,8 +136,8 @@ class WEIRegistrationTable(tables.Table):
|
||||
|
||||
class WEIMembershipTable(tables.Table):
|
||||
user = tables.LinkColumn(
|
||||
'wei:wei_update_registration',
|
||||
args=[A('registration__pk')],
|
||||
'wei:wei_update_membership',
|
||||
args=[A('pk')],
|
||||
)
|
||||
|
||||
year = tables.Column(
|
||||
|
Reference in New Issue
Block a user