From a287a6d9c195ac5a4242daa553c13896d523f69a Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Wed, 3 Sep 2014 14:20:25 +0100 Subject: bitbake: toaster: rename bldviewer projecttags custom tagset We rename the projecttags in bldviewer.templatetags to simple_projecttags in order to avoid conflict with the similarly named tagset in toastergui. The conflict leads to an intermittent bug where proper tags are not read correctly since Django uses only the module name as global tag library identificator. (Bitbake rev: a37f2c194d7e59611177cb8755524b7ad702fe91) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/bldviewer/templates/simple_build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/toaster/bldviewer/templates/simple_build.html') diff --git a/bitbake/lib/toaster/bldviewer/templates/simple_build.html b/bitbake/lib/toaster/bldviewer/templates/simple_build.html index a6983f5804..230e7c21ca 100644 --- a/bitbake/lib/toaster/bldviewer/templates/simple_build.html +++ b/bitbake/lib/toaster/bldviewer/templates/simple_build.html @@ -6,7 +6,7 @@ {% block pagetable %} - {% load projecttags %} + {% load simple_projecttags %} Outcome Started On -- cgit v1.2.3-54-g00ecf