{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}edit_tags_form{% endblock %} {% block form_action %}{% url horizon:savanna:image_registry:edit_tags image.id %}{% endblock %} {% block modal-header %}{% trans "Edit Image Tags" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}
{% include 'image_registry/_tag_form.html' %}
{% include 'image_registry/_help.html' %}
{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}