summaryrefslogtreecommitdiffstats
path: root/templates/isotests/test_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/isotests/test_list.html')
-rw-r--r--templates/isotests/test_list.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/templates/isotests/test_list.html b/templates/isotests/test_list.html
deleted file mode 100644
index 1ef39a4..0000000
--- a/templates/isotests/test_list.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}Arch Linux - Testresults{% endblock %}
-
-{% block content %}
-<div class="box">
- <h2>Arch releng iso build test results</h2>
- {% if object_list %}
- <ul>
- {% for test in object_list %}
- <li><a href="/tests/{{ test.id }}/">{{ test.iso }}</a></li>
- {% endfor %}
- </ul>
- {% else %}
- <p>No test results are available.</p>
- {% endif %}
-</div>
-{% endblock %}