summaryrefslogtreecommitdiff
path: root/templates/releng/result_section.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/releng/result_section.html')
-rw-r--r--templates/releng/result_section.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/releng/result_section.html b/templates/releng/result_section.html
index 91a75613..5e0b6f62 100644
--- a/templates/releng/result_section.html
+++ b/templates/releng/result_section.html
@@ -1,6 +1,5 @@
-{% load url from future %}
<tr>
- <th>{% if option.is_rollback %}Rollback: {% endif %}{{ option.name|title }}</td>
+ <th>{% if option.is_rollback %}Rollback: {% endif %}{{ option.name|title }}</th>
<th>Last Success</th>
<th>Last Failure</th>
</tr>