summaryrefslogtreecommitdiffstats
path: root/templates/releng/thanks.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-04-29 00:58:13 +0200
committerDan McGee <dan@archlinux.org>2011-04-29 00:58:13 +0200
commitbfe6afcd7ac5ae7b6f07caa7b02a33fec710ebda (patch)
treeec1a4d740d1d594af4646c15118bbf998cd062aa /templates/releng/thanks.html
parent11962fab9da3839564fb132109267b8cd6feb6ac (diff)
downloadarchweb-bfe6afcd7ac5ae7b6f07caa7b02a33fec710ebda.tar.gz
archweb-bfe6afcd7ac5ae7b6f07caa7b02a33fec710ebda.tar.xz
Rename isotests to releng
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/releng/thanks.html')
-rw-r--r--templates/releng/thanks.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/releng/thanks.html b/templates/releng/thanks.html
new file mode 100644
index 0000000..b261426
--- /dev/null
+++ b/templates/releng/thanks.html
@@ -0,0 +1,13 @@
+{% extends "base.html" %}
+
+{% block title %}Arch Linux - Feedback - Thanks!{% endblock %}
+
+{% block content %}
+<div class="box">
+ <h2>Thanks!</h2>
+ <p>Thank you for taking the time to give us this information!
+ Your results have been succesfully added to our database.</p>
+ <p>You can now <a href="{% url releng-test-overview %}">go back to the results</a>,
+ or <a href="{% url releng-test-submit %}">give more feedback</a>.</p>
+</div>
+{% endblock %}