summaryrefslogtreecommitdiffstats
path: root/templates/isotests/thanks.html
blob: aa4fea248a0d3e8329effcc834e2b865bd3c4427 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 %}