summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/admin/groups/templates/groups/_add_non_member.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/admin/groups/templates/groups/_add_non_member.html')
-rw-r--r--openstack_dashboard/dashboards/admin/groups/templates/groups/_add_non_member.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/openstack_dashboard/dashboards/admin/groups/templates/groups/_add_non_member.html b/openstack_dashboard/dashboards/admin/groups/templates/groups/_add_non_member.html
deleted file mode 100644
index 360045ad..00000000
--- a/openstack_dashboard/dashboards/admin/groups/templates/groups/_add_non_member.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{% extends "horizon/common/_modal_form_add_members.html" %}
-{% load i18n %}
-{% load url from future %}
-
-{% block modal-header %}{% trans "Add Group Assignment" %}{% endblock %}
-
-{% block modal-footer %}
- <a href="{% url 'horizon:admin:groups:manage_members' group.id %}" class="btn secondary cancel close">{% trans "Cancel" %}</a>
-{% endblock %}