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

Fix some linting, some complex functions are remaining

This commit is contained in:
Yohann D'ANELLO
2020-09-05 14:29:40 +02:00
parent e73b3cf69d
commit 2a8a5cd736
3 changed files with 2 additions and 3 deletions

View File

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