From 7954617a0593632d749d7e8b60beab2aae1669ba Mon Sep 17 00:00:00 2001
From: Tom Willemsen Failures and Successes for Testing ISOs
+
+
+
+
+
+
+
+
+
+
+ {% for iso in isos %}
+ ISO
+ Currently Available
+ # Successes
+ # Failures
+
+
+ {% endfor %}
+
+
+
+ {{ iso.name }}
+
+
+
+ {{ iso.active|yesno }}
+
+
+ {{ iso.successes }}
+
+
+ {{ iso.failures }}
+
+ Release Engineering Testbuild Results
if you have tested and used any ISOs. Both successful and failed results
are encouraged and welcome.
For a overview of which ISOs tested best, have a look at + the overview.
+For more information, see the documentation on the wiki.
diff --git a/templates/releng/thanks.html b/templates/releng/thanks.html index b261426d..80018b03 100644 --- a/templates/releng/thanks.html +++ b/templates/releng/thanks.html @@ -8,6 +8,8 @@Thank you for taking the time to give us this information! Your results have been succesfully added to our database.
You can now go back to the results, - or give more feedback.
+ give more feedback, or + have a look at the look at + the ISO test overview. {% endblock %} -- cgit v1.2.3-54-g00ecf