[including toaster email list] Hi Alex,
> The "extends" tag isn't behaving exactly like an inheritance, so you need to > re-do all "load" and the like for each page. Oh, that is why it is not predefinable in one of the “extends” pages. :-( This answers a question I just posed to Ravi. Perhaps at the end we can gather all such additions into a “base_load.html” page to make it common across all pages, if we find more such objects to load. - David From: Damian, Alexandru [mailto:[email protected]] Sent: Wednesday, January 15, 2014 3:23 AM To: Reyna, David Subject: Re: [Toaster] DRY RUN [Review Request] 4299 "recipes: View detailed information about a recipe" I suppose you get a "Invalid block tag". I think you need a {% load projecttags %} at the top of the task.html. The "extends" tag isn't behaving exactly like an inheritance, so you need to re-do all "load" and the like for each page. I know that this is a pain point in the Django documentation. Alex
_______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
