summaryrefslogtreecommitdiffstats
path: root/templates/releng/iso_overview.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/releng/iso_overview.html')
-rw-r--r--templates/releng/iso_overview.html12
1 files changed, 3 insertions, 9 deletions
diff --git a/templates/releng/iso_overview.html b/templates/releng/iso_overview.html
index 054e0fa..8280f10 100644
--- a/templates/releng/iso_overview.html
+++ b/templates/releng/iso_overview.html
@@ -21,15 +21,9 @@
<td>
<a href="{{ iso.get_absolute_url }}">{{ iso.name }}</a>
</td>
- <td>
- {{ iso.active|yesno }}
- </td>
- <td>
- {{ iso.successes }}
- </td>
- <td>
- {{ iso.failures }}
- </td>
+ <td>{{ iso.active|yesno|capfirst }}</td>
+ <td>{{ iso.successes }}</td>
+ <td>{{ iso.failures }}</td>
</tr>
{% endfor %}
</tbody>