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_view.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'python/fatcat_web/templates/editor_view.html') diff --git a/python/fatcat_web/templates/editor_view.html b/python/fatcat_web/templates/editor_view.html index 6ac58e3d..5906af75 100644 --- a/python/fatcat_web/templates/editor_view.html +++ b/python/fatcat_web/templates/editor_view.html @@ -6,11 +6,20 @@

{{ editor.username }}
- editor {{ editor.editor_id }} + editor_{{ editor.editor_id }}

-

Edit History -

Comments and Annotation History +Edit History - +Comments and Annotation History + +
+
+

+
+ This page is intentionally bare +
+

We don't have much to share about individual editors. +

{% endblock %} -- cgit v1.2.3