aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/editgroup_view.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-04-03 18:22:06 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-04-03 18:22:06 -0700
commiteec743ededa463f08f9baea8fd074780b354d8a7 (patch)
treeed383b5f6ad57b1f46103c2a6197b748e7c47ed2 /python/fatcat_web/templates/editgroup_view.html
parent668076105a975c2898c912c6259aa0189a7662a7 (diff)
downloadfatcat-eec743ededa463f08f9baea8fd074780b354d8a7.tar.gz
fatcat-eec743ededa463f08f9baea8fd074780b354d8a7.zip
strftime() in a bunch of places
Diffstat (limited to 'python/fatcat_web/templates/editgroup_view.html')
-rw-r--r--python/fatcat_web/templates/editgroup_view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/editgroup_view.html b/python/fatcat_web/templates/editgroup_view.html
index f5a65be0..37771273 100644
--- a/python/fatcat_web/templates/editgroup_view.html
+++ b/python/fatcat_web/templates/editgroup_view.html
@@ -71,7 +71,7 @@
{% if editgroup.changelog_index %}
Merged (<a href="/changelog/{{ editgroup.changelog_index }}">Changelog #{{ editgroup.changelog_index }}</a>)
{% elif editgroup.submitted %}
- Submitted ({{ editgroup.submitted }})
+ Submitted ({{ editgroup.submitted.strftime("%Y-%m-%d %H:%M:%S") }})
{% else %}
Not Submitted
{% endif %}