1
0
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:
Ehouarn
2025-07-23 00:51:03 +02:00
parent 1274315cde
commit 6e348b995b
5 changed files with 94 additions and 4 deletions

View File

@ -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(