From 811f0a52779afdaa8e1f11a3781fc22fa3acc02c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 11 Jan 2019 15:17:32 -0800 Subject: use full-on autoaccept mode Now that editor_id is infered from token, don't *need* to create ahead of time. This backend change simplifies things greatly (either update an existing editgroup, or create new and *only* include entities in the batch transaction), at the cost of being able to configure the editgroup in any way, including setting a description. --- python/fatcat_web/templates/editor_changelog.html | 29 ----------------------- 1 file changed, 29 deletions(-) delete mode 100644 python/fatcat_web/templates/editor_changelog.html (limited to 'python/fatcat_web/templates/editor_changelog.html') diff --git a/python/fatcat_web/templates/editor_changelog.html b/python/fatcat_web/templates/editor_changelog.html deleted file mode 100644 index 785c19bd..00000000 --- a/python/fatcat_web/templates/editor_changelog.html +++ /dev/null @@ -1,29 +0,0 @@ -{% extends "base.html" %} -{% block body %} - -

Editor Changelog: {{ editor.username }} - -

- -

Changes accepted (aka, merged editgroups): - - - {% for entry in changelog_entries %} -
Changelog
Index -
Timestamp (UTC) - Editgroup - Editor - Description -
{{ entry.index }} - {{ entry.timestamp }} - {{ entry.editgroup_id }} - {{ entry.editgroup.editor_id }} - {% if entry.editgroup.description != None %}{{ entry.editgroup.description }}{% endif %} - {% endfor %} -
- -{% endblock %} -- cgit v1.2.3