From de6108bce532510057898040689349b8f4cd3846 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 28 Feb 2019 17:07:51 -0800 Subject: band-aid editgroups/changelog views a bit Commiting fixes from last week. --- python/fatcat_web/templates/editgroup_view.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'python/fatcat_web/templates/editgroup_view.html') diff --git a/python/fatcat_web/templates/editgroup_view.html b/python/fatcat_web/templates/editgroup_view.html index 1b7a81d7..2557b060 100644 --- a/python/fatcat_web/templates/editgroup_view.html +++ b/python/fatcat_web/templates/editgroup_view.html @@ -7,9 +7,17 @@
editgroup {{ editgroup.editgroup_id }}
{% endblock %} -{# TODO:

Editor: {{ editgroup.editor.username }} #} -
Editor: {{ editgroup.editor_id }} +Editor: {{ editgroup.editor.username }}
Description: {{ editgroup.description }} +

+ +

+
+ Work Edits ({{ editgroup.edits.works|count }}) +
+ Some content +
+

Work Edits ({{ editgroup.edits.works|count }})

+
+

What is an editgroup? +An editgroup is a set of entity edits, bundled together into a coherent, +reviewable bundle. + {% endblock %} -- cgit v1.2.3