Validation form (only front)

This commit is contained in:
Yohann D'ANELLO 2020-04-14 03:41:26 +02:00
parent 0bf958dbd6
commit 36b26e0baa
10 changed files with 225 additions and 19 deletions

View file

@ -48,7 +48,7 @@ class WEIRegistrationTable(tables.Table):
}
)
validate = tables.LinkColumn(
'wei:wei_detail',
'wei:validate_registration',
args=[A('pk')],
verbose_name=_("Validate"),
text=_("Validate"),