Validation form (only front)
This commit is contained in:
parent
0bf958dbd6
commit
36b26e0baa
10 changed files with 225 additions and 19 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue