On Wednesday 15 January 2014 15:19:19 Reyna, David wrote:
> > {% load projecttags %}
> 
> I was indeed missing this. Shouldn't something as fundamental as this be
> part of the "basebuild[details]page.html"? I had assumed so and thus got
> into trouble.

You can't do this with Django's templating; the load needs to be in the 
template file in which the tags are being used, so we need to have the load in 
each template where we need it.

Cheers,
Paul


-- 

Paul Eggleton
Intel Open Source Technology Centre
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster

Reply via email to