From eec743ededa463f08f9baea8fd074780b354d8a7 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 3 Apr 2019 18:22:06 -0700 Subject: strftime() in a bunch of places --- python/fatcat_web/templates/editor_editgroups.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/fatcat_web/templates/editor_editgroups.html') diff --git a/python/fatcat_web/templates/editor_editgroups.html b/python/fatcat_web/templates/editor_editgroups.html index 7643981f..abfd9772 100644 --- a/python/fatcat_web/templates/editor_editgroups.html +++ b/python/fatcat_web/templates/editor_editgroups.html @@ -17,11 +17,11 @@ Description {% for editgroup in editgroups %} - {# {{ editgroup.created }} #} + {# {{ editgroup.created.strftime("%Y-%m-%d %H:%M:%S") }} #} {% if editgroup.changelog_index %} Merged
(#{{ editgroup.changelog_index }}) {% elif editgroup.submitted %} - Submitted
({{ editgroup.submitted }}) + Submitted
({{ editgroup.submitted.strftime("%Y-%m-%d %H:%M:%S") }}) {% else %} Work in Progress {% endif %} -- cgit v1.2.3