summaryrefslogtreecommitdiff
path: root/horizon/conf/dash_template/templates/dash_name/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/conf/dash_template/templates/dash_name/base.html')
-rw-r--r--horizon/conf/dash_template/templates/dash_name/base.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/horizon/conf/dash_template/templates/dash_name/base.html b/horizon/conf/dash_template/templates/dash_name/base.html
deleted file mode 100644
index f07a01ba..00000000
--- a/horizon/conf/dash_template/templates/dash_name/base.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% load horizon %}{% jstemplate %}[% extends 'base.html' %]
-
-[% block sidebar %]
- [% include 'horizon/common/_sidebar.html' %]
-[% endblock %]
-
-[% block main %]
- [% include "horizon/_messages.html" %]
- [% block {{ dash_name }}_main %][% endblock %]
-[% endblock %]
-{% endjstemplate %}