1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

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"),