aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/editgroup_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_web/templates/editgroup_view.html')
-rw-r--r--python/fatcat_web/templates/editgroup_view.html2
1 files changed, 2 insertions, 0 deletions
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) -%}