diff options
Diffstat (limited to 'templates/isotests/result_list.html')
-rw-r--r-- | templates/isotests/result_list.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/isotests/result_list.html b/templates/isotests/result_list.html index ac0475b6..29ad19ec 100644 --- a/templates/isotests/result_list.html +++ b/templates/isotests/result_list.html @@ -3,9 +3,7 @@ {% block content %} <div class="box"> <h2>Results for: - {% if option %} - {{ option }}: {{ value }} - {% endif %} + {% if option %}{{ option|title }}: {{ value }}{% endif %} {{ iso_name|default:"" }} </h2> |