diff options
author | Dan McGee <dan@archlinux.org> | 2011-08-17 20:53:57 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-17 20:54:01 -0500 |
commit | 871cf5ad2d8a97c2c9f9f20e237999acbf5e5f2a (patch) | |
tree | 20dff624cf69f267afc047812855878a5c69d970 /templates | |
parent | e5d09fb7e9003b7f96685af9c0a722b45746448e (diff) |
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.html | 2 |
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> |