summaryrefslogtreecommitdiffstats
path: root/reports/brpt/reports/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'reports/brpt/reports/templates/index.html')
-rw-r--r--reports/brpt/reports/templates/index.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/reports/brpt/reports/templates/index.html b/reports/brpt/reports/templates/index.html
deleted file mode 100644
index 002a3f770..000000000
--- a/reports/brpt/reports/templates/index.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "base.html" %}
-
-{% block pagebanner %}
- <div class="header">
- <h1>BCFG Reports</h1>
- {% comment %} <span class="notebox">Report Run @ {% now "F j, Y P"%}</span>{% endcomment %}
- </div>
- <br/>
-{% endblock %}
-{% block content %}
-<h1>Welcome to the Bcfg2 Reporting System</h1>
-<p>
-Please use the links at the left to navigate.
-</p>
-{% endblock %}