diff options
Diffstat (limited to 'python/fatcat_web/templates/entity_edit_toml.html')
-rw-r--r-- | python/fatcat_web/templates/entity_edit_toml.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/entity_edit_toml.html b/python/fatcat_web/templates/entity_edit_toml.html index 3980d6e4..cc3e56cf 100644 --- a/python/fatcat_web/templates/entity_edit_toml.html +++ b/python/fatcat_web/templates/entity_edit_toml.html @@ -4,7 +4,7 @@ {% block body %} {% block edit_form_prefix %} - {{ edit_macros.edit_link_bar(entity_type, existing_ident, 'toml') }} + {{ edit_macros.edit_link_bar(entity_type, existing_ident, editgroup, 'toml') }} <div class="ui segment"> <h1 class="ui header">Edit Entity</h1> |