evorepo/templates/isotests/add.html
Tom Willemsen 1ea5be1a06 isotests: Cleaned up the page titles and syncisos command
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-04-28 14:00:54 -05:00

16 lines
379 B
HTML

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