From 1c1dd83603b0ed6d5ad1ff735ab179167c80358f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 11 Jan 2019 15:19:56 -0800 Subject: start fixing webface for editgroup changes --- python/fatcat_web/templates/editor_editgroups.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'python/fatcat_web/templates') diff --git a/python/fatcat_web/templates/editor_editgroups.html b/python/fatcat_web/templates/editor_editgroups.html index 785c19bd..cb9b2f56 100644 --- a/python/fatcat_web/templates/editor_editgroups.html +++ b/python/fatcat_web/templates/editor_editgroups.html @@ -11,18 +11,16 @@

Changes accepted (aka, merged editgroups): - - {% for entry in changelog_entries %} -
Changelog
Index -
Timestamp (UTC) +
Created (UTC) Editgroup Editor Description
{{ entry.index }} - {{ entry.timestamp }} - {{ entry.editgroup_id }} - {{ entry.editgroup.editor_id }} - {% if entry.editgroup.description != None %}{{ entry.editgroup.description }}{% endif %} + {% for editgroup in editgroups %} +
{{ editgroup.created }} + {{ editgroup.editgroup_id }} + {{ editgroup.editor_id }} + {% if editgroup.description != None %}{{ editgroup.description }}{% endif %} {% endfor %}
-- cgit v1.2.3