summaryrefslogtreecommitdiffstats
path: root/templates/releng/thanks.html
diff options
context:
space:
mode:
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 %}