mirror of https://gitlab.crans.org/bde/nk20
Linting
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
ba3c0fb18d
commit
a05dfcbf3d
|
@ -32,7 +32,7 @@ class ClubTable(tables.Table):
|
|||
'class': 'table-row',
|
||||
'id': lambda record: "row-" + str(record.pk),
|
||||
'data-href': lambda record: record.pk,
|
||||
'style':'cursor:pointer',
|
||||
'style': 'cursor:pointer',
|
||||
}
|
||||
|
||||
|
||||
|
@ -76,7 +76,7 @@ class UserTable(tables.Table):
|
|||
row_attrs = {
|
||||
'class': 'table-row',
|
||||
'data-href': lambda record: record.pk,
|
||||
'style':'cursor:pointer',
|
||||
'style': 'cursor:pointer',
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue