summaryrefslogtreecommitdiffstats
path: root/reports/brpt/reports/templates/displays/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'reports/brpt/reports/templates/displays/index.html')
-rw-r--r--reports/brpt/reports/templates/displays/index.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/reports/brpt/reports/templates/displays/index.html b/reports/brpt/reports/templates/displays/index.html
deleted file mode 100644
index 5d1d3bf76..000000000
--- a/reports/brpt/reports/templates/displays/index.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}Display Index Listing{% endblock %}
-{% block pagebanner %}
- <div class="header">
- <h1>BCFG Display Index</h1>
- {% comment %} <span class="notebox">Report Run @ {% now "F j, Y P"%}</span>{% endcomment %}
- </div>
- <br/>
-{% endblock %}
-
-{% block content %}
-<ul>
-<li><a href="/displays/sys-view/">System View</a></li>
-<li><a href="/displays/summary/">Summary Only</a></li>
-<li><a href="/displays/timing/">Timing</a></li>
-</ul>
-{% endblock %}