summaryrefslogtreecommitdiff
path: root/templates/isotests/thanks.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-04-28 14:46:36 -0500
committerDan McGee <dan@archlinux.org>2011-04-28 14:47:21 -0500
commitcfb4f1bc6a45ddfc068acabc6efb9a4e350dd544 (patch)
treefd20c6e1bda777f999e1ce9bbb557b7f6d68757d /templates/isotests/thanks.html
parent6516220b17d7987900961863a0b6dec23ac14855 (diff)
isotests: make the various pages a bit more useful
Instructions are nice, as are links to other pages that actually flow with the style of the rest of the site. Also fix the styling of the labels on the results entry page as it looked a bit funky before. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/isotests/thanks.html')
-rw-r--r--templates/isotests/thanks.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/isotests/thanks.html b/templates/isotests/thanks.html
index aa4fea24..8929c0db 100644
--- a/templates/isotests/thanks.html
+++ b/templates/isotests/thanks.html
@@ -3,12 +3,11 @@
{% 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.
+ <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="/isotests/">go back to the results</a>,
+ or <a href="/isotests/add/">give more feedback</a>.</p>
</div>
{% endblock %}