summaryrefslogtreecommitdiff
path: root/templates/releng/thanks.html
blob: d85ad6a9d7597f150eea0ffbd1fbc7d1b57f133f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends "base.html" %}

{% block title %}{{ BRANDING_DISTRONAME }} - 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 successfully added to our database.</p>
    <p>You can now <a href="{% url 'releng-test-overview' %}">go back to the results</a>,
    <a href="{% url 'releng-test-submit' %}">give more feedback</a>, or
    have a look at the <a href="{% url 'releng-iso-overview' %}">look at
    the ISO test overview</a>.</p>
</div>
{% endblock %}