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

{% block title %}Arch Linux - Test Result Entry{% endblock %}

{% block content %}
<a href="/isotests/">Go back to results</a>

<div class="box">
    <h2>Arch Releng Testbuild Feedback Entry</h2>
    <form action="" method="post">{% csrf_token %}
        {{ form.as_p }}
        <input type="submit" value="Submit" />
    </form>
</div>
{% endblock %}