From d1806d43a9d14e27346a0f7a1c36411dead19738 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 30 Jun 2019 03:48:09 -0700 Subject: more descriptive HTML titles --- python/fatcat_web/templates/editgroup_view.html | 2 ++ 1 file changed, 2 insertions(+) (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 3508578c..e8146d19 100644 --- a/python/fatcat_web/templates/editgroup_view.html +++ b/python/fatcat_web/templates/editgroup_view.html @@ -1,6 +1,8 @@ {% extends "base.html" %} {% import "entity_macros.html" as entity_macros %} +{% block title %}Editgroup{% endblock %} + {% block body %} {% macro edit_list(auth_to, editgroup, edits, entity_type, entity_name) -%} -- cgit v1.2.3