summaryrefslogtreecommitdiff
path: root/horizon/test/test_dashboards/cats/tigers/templates/tigers/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/test/test_dashboards/cats/tigers/templates/tigers/index.html')
-rw-r--r--horizon/test/test_dashboards/cats/tigers/templates/tigers/index.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/horizon/test/test_dashboards/cats/tigers/templates/tigers/index.html b/horizon/test/test_dashboards/cats/tigers/templates/tigers/index.html
deleted file mode 100644
index 742b68e4..00000000
--- a/horizon/test/test_dashboards/cats/tigers/templates/tigers/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{% extends 'cats/base.html' %}
-{% load i18n %}
-{% block title %}{% trans "Tigers" %}{% endblock %}
-
-{% block page_header %}
- {% include "horizon/common/_page_header.html" with title=_("Tigers") %}
-{% endblock page_header %}
-
-{% block cats_main %}
-{% endblock %}
-
-