{% extends "base.html" %} {% block title %}Arch Linux - Test Result Entry{% endblock %} {% block content %}

Arch Releng Testbuild Feedback Entry

This page allows you to submit feedback after testing and using a release engineering install ISO. If you do not currently have feedback to submit, you may want to take a look at the current results page.

{% csrf_token %} {{ form.as_p }}
{% endblock %}