{% import "edit_macros.html" as edit_macros %} {% extends "base.html" %} {% block body %} {% block edit_form_prefix %} {{ edit_macros.edit_link_bar(entity_type, existing_ident, 'toml') }}

Edit Entity

{% endblock %}

See the catalog style guide for schema notes, and the editing tutorial if this is your first time making an edit. {{ form.hidden_tag() }}

Editgroup Metadata

{{ edit_macros.editgroup_dropdown(form, editgroup, potential_editgroups) }} {{ edit_macros.form_toml_field(form.toml, "required") }}

Submit

{{ edit_macros.form_field_basic(form.edit_description) }} This description will be attached to the individual edit, not to the editgroup as a whole. {% block edit_form_suffix %}

Edit will be part of the current editgroup, which needs to be submited and approved before the change is included in the catalog.

{% endblock %} {% endblock %} {% block postscript %} {% endblock %}