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.html7
1 files changed, 0 insertions, 7 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 fe380dbe..00000000
--- a/openstack_dashboard/dashboards/admin/groups/templates/groups/add_non_member.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% extends 'base.html' %}
-{% load i18n %}
-{% block title %}{% trans 'Add User to Group' %}{% endblock %}
-
-{% block main %}
- {% include 'admin/groups/_add_non_member.html' %}
-{% endblock %}