summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/releng/result_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/releng/result_list.html b/templates/releng/result_list.html
index be5783b..f6a825d 100644
--- a/templates/releng/result_list.html
+++ b/templates/releng/result_list.html
@@ -6,7 +6,7 @@
<div class="box">
<h2>Results for:
{% if option %}{{ option.verbose_name|title }}: {{ value }}{% endif %}
- {{ iso_name|default:"" }}
+ {% if iso_name %}{{ iso_name|default:"" }}{% endif %}
</h2>
<p><a href="{% url 'releng-test-overview' %}">Go back to testing results</a></p>