View detail of a WEI
This commit is contained in:
parent
31d2224b8f
commit
7ad32c2afd
8 changed files with 167 additions and 4 deletions
|
|
@ -21,5 +21,5 @@ class WEITable(tables.Table):
|
|||
row_attrs = {
|
||||
'class': 'table-row',
|
||||
'id': lambda record: "row-" + str(record.pk),
|
||||
'data-href': lambda record: reverse_lazy('member:club_detail', args=(record.pk,))
|
||||
'data-href': lambda record: reverse_lazy('wei:wei_detail', args=(record.pk,))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue