summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldviewer/templates/simple_layer.html
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2014-09-03 14:20:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-05 10:14:24 +0100
commita287a6d9c195ac5a4242daa553c13896d523f69a (patch)
treee3cce73826152ca790a265530c7aed3828f23cc7 /bitbake/lib/toaster/bldviewer/templates/simple_layer.html
parenta44006262cf3b810ec78b4cccd8076102a7a0f3e (diff)
downloadpoky-a287a6d9c195ac5a4242daa553c13896d523f69a.tar.gz
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 <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/bldviewer/templates/simple_layer.html')
-rw-r--r--bitbake/lib/toaster/bldviewer/templates/simple_layer.html2
1 files changed, 1 insertions, 1 deletions
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 @@
5{% endblock %} 5{% endblock %}
6 6
7{% block pagetable %} 7{% block pagetable %}
8 {% load projecttags %} 8 {% load simple_projecttags %}
9 9
10 <tr> 10 <tr>
11 <th>Name</th> 11 <th>Name</th>