summaryrefslogtreecommitdiffstats
path: root/templates/releng/add.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/releng/add.html')
-rw-r--r--templates/releng/add.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/releng/add.html b/templates/releng/add.html
new file mode 100644
index 0000000..3678532
--- /dev/null
+++ b/templates/releng/add.html
@@ -0,0 +1,20 @@
+{% extends "base.html" %}
+
+{% block title %}Arch Linux - Test Result Entry{% endblock %}
+
+{% block content %}
+<div class="box">
+ <h2>Arch Releng Testbuild Feedback Entry</h2>
+
+ <p>This page allows you to submit feedback after testing and using a
+ release engineering install ISO. If you do not currently have feedback to
+ submit, you may want to take a look at the current
+ <a href="{% url releng-test-overview %}">results page</a>.</p>
+
+ <div id="releng-feedback"> <form action="" method="post">{% csrf_token %}
+ {{ form.as_p }}
+ <input type="submit" value="Submit" />
+ </form>
+ </div>
+</div>
+{% endblock %}