summaryrefslogtreecommitdiff
path: root/horizon/templates/horizon/common/_sidebar_module.html
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/templates/horizon/common/_sidebar_module.html')
-rw-r--r--horizon/templates/horizon/common/_sidebar_module.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/horizon/templates/horizon/common/_sidebar_module.html b/horizon/templates/horizon/common/_sidebar_module.html
deleted file mode 100644
index 2b9739ce..00000000
--- a/horizon/templates/horizon/common/_sidebar_module.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% for module in modules %}
- <h3>{{ module.title }}</h3>
-
- <ul class="sub_nav">
- {% for link in module.links %}
- <li><a {% if request.get_full_path == link.url %} class="active" {% endif %} href="{{ link.url }}">{{ link.text }}</a></li>
- {% endfor %}
- </ul>
-{% endfor %}
-