evorepo/templates/releng/thanks.html
Tom Willemsen 7954617a05 New page ISO Overview
ISO Overview shows a simple list of all the ISOs that are available
and how many times they've been tested successfully or have failed.

Signed-off-by: Tom Willemsen <ryuslash@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-08-17 07:51:42 -05:00

16 lines
568 B
HTML

{% 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="{% 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 %}