summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/index.html')
-rw-r--r--openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/index.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/index.html b/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/index.html
deleted file mode 100644
index 7a00d8db..00000000
--- a/openstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/index.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends 'base.html' %}
-{% load i18n %}
-{% block title %}{% trans "Access & Security" %}{% endblock %}
-
-{% block page_header %}
- {% include "horizon/common/_page_header.html" with title=_("Access & Security") %}
-{% endblock page_header %}
-
-{% block main %}
-<div class="row-fluid">
- <div class="span12">
- {{ tab_group.render }}
- </div>
-</div>
-{% endblock %}