From d280b1b4fdc57bfd4c0c9cb56fd836d2ae80dbb5 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 26 Feb 2021 10:29:57 -0800 Subject: web: generic view improvements (entities, lists) --- python/fatcat_web/templates/editor_editgroups.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 3c3dd20d..756b3a02 100644 --- a/python/fatcat_web/templates/editor_editgroups.html +++ b/python/fatcat_web/templates/editor_editgroups.html @@ -1,15 +1,15 @@ {% extends "base.html" %} {% block body %} -

Edit History +

{{ editor.username }}: Edit History
- editor - {{ editor.username }} - - + editor_{{editor.editor_id}}

+Edit History - +Comments and Annotation History +
{#
Created (UTC) #} Status @@ -28,7 +28,7 @@ Work in Progress {% endif %} - {{ editgroup.editgroup_id }} + editgroup_{{ editgroup.editgroup_id }} {% if editgroup.description != None %}{{ editgroup.description }}{% endif %} {% endfor %} -- cgit v1.2.3