summaryrefslogtreecommitdiff
path: root/templates/isotests/result_list.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-04-28 17:44:43 -0500
committerDan McGee <dan@archlinux.org>2011-04-28 17:53:22 -0500
commit1ff9c0fc5db1aab393eed5751e94ed8ac127c0c2 (patch)
tree97ae7328cb2b47593f3cc872ac9aa945e9aa1528 /templates/isotests/result_list.html
parent684fb5353d0e61075c7a24f703b680d58e8dcf00 (diff)
isotests: massive overview refactor
Copy pasted code sucks. Fix it. Also, ensure 500 errors aren't going to be popping up when people start typing invalid URLs for fun, among a lot of other small fixes going in here. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/isotests/result_list.html')
-rw-r--r--templates/isotests/result_list.html4
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>