From 05f985e83a9d6bfeb05b94e7ea058bb1dc360249 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 31 Jan 2019 17:31:24 -0800 Subject: fix editgroup_id references --- python/fatcat_web/templates/entity_history.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/fatcat_web/templates/entity_history.html') diff --git a/python/fatcat_web/templates/entity_history.html b/python/fatcat_web/templates/entity_history.html index 54577b2f..57818179 100644 --- a/python/fatcat_web/templates/entity_history.html +++ b/python/fatcat_web/templates/entity_history.html @@ -21,7 +21,7 @@ {% for entry in history %} {{ entry.changelog_entry.index }} {{ entry.changelog_entry.timestamp }} - {{ entry.editgroup.id }} + {{ entry.editgroup.editgroup_id }} {{ entry.editgroup.editor_id }} {% if entry.editgroup.description != None %}{{ entry.editgroup.description }}{% endif %} {% endfor %} -- cgit v1.2.3