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 diff --git a/bitbake/lib/toaster/bldviewer/templates/simple_layer.html b/bitbake/lib/toaster/bldviewer/templates/simple_layer.html index ae7172d9a0..25e7bf818e 100644 --- a/bitbake/lib/toaster/bldviewer/templates/simple_layer.html +++ b/bitbake/lib/toaster/bldviewer/templates/simple_layer.html @@ -5,7 +5,7 @@ {% endblock %} {% block pagetable %} - {% load projecttags %} + {% load simple_projecttags %} Name diff --git a/bitbake/lib/toaster/bldviewer/templates/simple_recipe.html b/bitbake/lib/toaster/bldviewer/templates/simple_recipe.html index 77b9de2525..3bff3b9a25 100644 --- a/bitbake/lib/toaster/bldviewer/templates/simple_recipe.html +++ b/bitbake/lib/toaster/bldviewer/templates/simple_recipe.html @@ -8,7 +8,7 @@ {% endblock %} {% block pagetable %} - {% load projecttags %} + {% load simple_projecttags %} diff --git a/bitbake/lib/toaster/bldviewer/templatetags/projecttags.py b/bitbake/lib/toaster/bldviewer/templatetags/simple_projecttags.py similarity index 100% rename from bitbake/lib/toaster/bldviewer/templatetags/projecttags.py rename to bitbake/lib/toaster/bldviewer/templatetags/simple_projecttags.py