thanks.html 590 B

12345678910111213141516
  1. {% extends "base.html" %}
  2. {% block title %}{{ BRANDING_DISTRONAME }} - Feedback - Thanks!{% endblock %}
  3. {% block content %}
  4. <div class="box">
  5. <h2>Thanks!</h2>
  6. <p>Thank you for taking the time to give us this information!
  7. Your results have been successfully added to our database.</p>
  8. <p>You can now <a href="{% url 'releng-test-overview' %}">go back to the results</a>,
  9. <a href="{% url 'releng-test-submit' %}">give more feedback</a>, or
  10. have a look at the <a href="{% url 'releng-iso-overview' %}">look at
  11. the ISO test overview</a>.</p>
  12. </div>
  13. {% endblock %}