group-based-policy-ui/gbpui/panels/policytargets/templates/policytargets/updateepg.html

12 lines
353 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Edit Endpoint Group" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Edit Group ")|add:name %}
{% endblock page_header %}
{% block main %}
{% include 'project/policy_target_groups/_updatepolicy_target.html' %}
{% endblock %}