summaryrefslogtreecommitdiff
path: root/templates/isotests/add.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/isotests/add.html')
-rw-r--r--templates/isotests/add.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/isotests/add.html b/templates/isotests/add.html
new file mode 100644
index 00000000..07d3ed81
--- /dev/null
+++ b/templates/isotests/add.html
@@ -0,0 +1,13 @@
+{% extends "base.html" %}
+
+{% block title %}Arch Linux - Test Result Entry{% endblock %}
+
+{% block content %}
+<div class="box">
+ <h2>Arch releng iso build test result entry</h2>
+ <form action="" method="post">{% csrf_token %}
+ {{ form.as_p }}
+ <input type="submit" value="Submit" />
+ </form>
+</div>
+{% endblock %}