From 4acdf8aaf1bb0a6d81c052a236ed04b45e4d8c3e Mon Sep 17 00:00:00 2001 From: Ravi Chintakunta Date: Wed, 15 Jan 2014 14:55:06 -0500 Subject: bitbake: toaster: Base html fix to set the page title Set title of the page if the context includes objectname. (Bitbake rev: 8bfd140b93bcbfe8be4dd8a30268d3cc033e180f) Signed-off-by: Ravi Chintakunta Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index 492a0f561a..c8c1daeb75 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html @@ -2,7 +2,7 @@ {% load static %} - Toaster + {% if objectname %} {{objectname|title}} - {% endif %}Toaster -- cgit v1.2.3-54-g00ecf