1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 18:37:12 +00:00

Format date to ISO standard

This commit is contained in:
Pierre-antoine Comby 2020-09-03 14:33:26 +02:00
parent 76aacaf048
commit f7f6f053f7

View File

@ -46,7 +46,7 @@ class HistoryTable(tables.Table):
}
)
created_at = tables.DateColumn(
created_at = tables.DateTimeColumn(format='Y-m-d H:i:s',
attrs={
"td": {
"class": "text-nowrap",