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

Delete 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) }}

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 %}

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

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