diff options
Diffstat (limited to 'templates/isotests/thanks.html')
-rw-r--r-- | templates/isotests/thanks.html | 9 |
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 %} |