Fix some linting, some complex functions are remaining
This commit is contained in:
parent
e73b3cf69d
commit
2a8a5cd736
3 changed files with 2 additions and 3 deletions
|
|
@ -46,7 +46,8 @@ class HistoryTable(tables.Table):
|
|||
}
|
||||
)
|
||||
|
||||
created_at = tables.DateTimeColumn(format='Y-m-d H:i:s',
|
||||
created_at = tables.DateTimeColumn(
|
||||
format='Y-m-d H:i:s',
|
||||
attrs={
|
||||
"td": {
|
||||
"class": "text-nowrap",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue