summaryrefslogtreecommitdiffstats
path: root/templates/isotests/thanks.html
blob: 8929c0db7ced7730d55f661d973be826d08b0c40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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="/isotests/">go back to the results</a>,
    or <a href="/isotests/add/">give more feedback</a>.</p>
</div>
{% endblock %}