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_annotations.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'python/fatcat_web/templates/editor_annotations.html') diff --git a/python/fatcat_web/templates/editor_annotations.html b/python/fatcat_web/templates/editor_annotations.html index c46039f5..7a8b53cf 100644 --- a/python/fatcat_web/templates/editor_annotations.html +++ b/python/fatcat_web/templates/editor_annotations.html @@ -1,15 +1,15 @@ {% extends "base.html" %} {% block body %} -

Comments and Annotations +

{{ editor.username }}: Comments and Annotations
- editor - {{ editor.username }} - - + editor_{{ editor.editor_id }}

+Edit History - +Comments and Annotation History +

{% for annotation in annotations %}
@@ -29,7 +29,7 @@
{% else %} - None! + No comments or annotations for this editor! {% endfor %} {% endblock %} -- cgit v1.2.3