diff options
author | Dan McGee <dan@archlinux.org> | 2011-04-28 17:58:13 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-28 17:58:13 -0500 |
commit | bfe6afcd7ac5ae7b6f07caa7b02a33fec710ebda (patch) | |
tree | ec1a4d740d1d594af4646c15118bbf998cd062aa /templates/releng/add.html | |
parent | 11962fab9da3839564fb132109267b8cd6feb6ac (diff) |
Rename isotests to releng
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/releng/add.html')
-rw-r--r-- | templates/releng/add.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/releng/add.html b/templates/releng/add.html new file mode 100644 index 00000000..3678532d --- /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 %} |