commit | 612159f1af3cf298f40ac7f90cd043261779066a | [log] [tgz] |
---|---|---|
author | gstepanov <gstepanov@mirantis.com> | Thu Feb 12 17:15:29 2015 +0200 |
committer | gstepanov <gstepanov@mirantis.com> | Thu Feb 12 17:15:29 2015 +0200 |
tree | 5c4a1b9ef3067978acdc25b3b33d398c5a8f9216 | |
parent | dff5ad9da3c6e6377f423fddb681dfbdb978e928 [diff] [blame] |
small fix
diff --git a/web_app/__init__.py b/web_app/__init__.py index 3f4d38a..4936888 100644 --- a/web_app/__init__.py +++ b/web_app/__init__.py
@@ -71,7 +71,7 @@ for build in collect_builds(): d = {} - d["name"] = build['type'] + d["type"] = build['type'] d["url"] = url_for("render_test", test_name=build['type']) d["date"] = build['date'] d["name"] = build['name']