summaryrefslogtreecommitdiffstats
path: root/templates/isotests/thanks.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/isotests/thanks.html')
-rw-r--r--templates/isotests/thanks.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/isotests/thanks.html b/templates/isotests/thanks.html
new file mode 100644
index 0000000..aa4fea2
--- /dev/null
+++ b/templates/isotests/thanks.html
@@ -0,0 +1,14 @@
+{% extends "base.html" %}
+
+{% block title %}Arch Linux - Feedback - Thanks!{% endblock %}
+
+{% block content %}
+<a href="/isotests/">Go back to results</a>
+<a href="/isotests/add">Give more feedback</a>
+
+<div class="box">
+ <h2>Thanks!</h2>
+ Thank you for taking the time to give us this information!
+ Your results have been succesfully added to our database.
+</div>
+{% endblock %}