Tweak "raw" string for datetime field renderers.
This commit is contained in:
parent
a22f50850f
commit
68f7c418d6
|
@ -93,4 +93,4 @@ def raw_datetime(config, value):
|
||||||
|
|
||||||
return HTML.tag('span',
|
return HTML.tag('span',
|
||||||
title=humanize.naturaltime(time_ago),
|
title=humanize.naturaltime(time_ago),
|
||||||
c=value.strftime('%Y-%m-%d %I:%M:%S %p').lower())
|
c=value.strftime('%Y-%m-%d %I:%M:%S %p'))
|
||||||
|
|
Loading…
Reference in a new issue