diff options
Diffstat (limited to 'templates/isotests')
-rw-r--r-- | templates/isotests/add.html | 2 | ||||
-rw-r--r-- | templates/isotests/results.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/isotests/add.html b/templates/isotests/add.html index 466beb8c..b173720f 100644 --- a/templates/isotests/add.html +++ b/templates/isotests/add.html @@ -6,7 +6,7 @@ <a href="/isotests/">Go back to results</a> <div class="box"> - <h2>Arch releng iso build test result entry</h2> + <h2>Arch Releng Testbuild Feedback Entry</h2> <form action="" method="post">{% csrf_token %} {{ form.as_p }} <input type="submit" value="Submit" /> diff --git a/templates/isotests/results.html b/templates/isotests/results.html index 5d605e87..8cd47119 100644 --- a/templates/isotests/results.html +++ b/templates/isotests/results.html @@ -6,7 +6,7 @@ <a href="/isotests/add/">Give feedback</a> <div class="box"> - <h2>Arch releng iso build test results</h2> + <h2>Arch Releng Testbuild Feedback results</h2> <table> <tr> <td> |