summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-08-17 20:53:57 -0500
committerDan McGee <dan@archlinux.org>2011-08-17 20:54:01 -0500
commit871cf5ad2d8a97c2c9f9f20e237999acbf5e5f2a (patch)
tree20dff624cf69f267afc047812855878a5c69d970 /templates
parente5d09fb7e9003b7f96685af9c0a722b45746448e (diff)
downloadarchweb-871cf5ad2d8a97c2c9f9f20e237999acbf5e5f2a.tar.gz
archweb-871cf5ad2d8a97c2c9f9f20e237999acbf5e5f2a.zip
Use verbose name for releng options display
So we see something like 'Hardware Type' instead of 'Hardware_Type'. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-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 7f9ed452..0233bf8c 100644
--- a/templates/releng/result_list.html
+++ b/templates/releng/result_list.html
@@ -3,7 +3,7 @@
{% block content %}
<div class="box">
<h2>Results for:
- {% if option %}{{ option|title }}: {{ value }}{% endif %}
+ {% if option %}{{ option.verbose_name|title }}: {{ value }}{% endif %}
{{ iso_name|default:"" }}
</h2>