evorepo/templates/releng/thanks.html
Dan McGee bfe6afcd7a Rename isotests to releng
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-04-28 17:58:13 -05:00

14 lines
466 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>,
or <a href="{% url releng-test-submit %}">give more feedback</a>.</p>
</div>
{% endblock %}