From 4f0be9ae6447073ffe252376d88228083f01f837 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 14 May 2019 18:43:21 -0700 Subject: use new editor username in changelog view --- python/fatcat_web/templates/changelog.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'python/fatcat_web/templates') diff --git a/python/fatcat_web/templates/changelog.html b/python/fatcat_web/templates/changelog.html index 7d5505bc..c8b4c030 100644 --- a/python/fatcat_web/templates/changelog.html +++ b/python/fatcat_web/templates/changelog.html @@ -15,15 +15,13 @@ Limited to the most recent entries. #{{ entry.index }}
{{ entry.timestamp.strftime("%Y-%m-%d %H:%M:%S") }} - {# {% if entry.editgroup.editor.is_bot %} {% else %} {% endif %} - #} - Editor: - {{ entry.editgroup.editor_id[:8] }}... + + {{ entry.editgroup.editor.username }}
-- cgit v1.2.3