[Toaster] all tasks

Reyna, David david.reyna at windriver.com
Fri Jan 10 17:48:56 PST 2014


Hi again,

> I am having problems with the bread crumbs. 

Ah, I figured out the breadcrumbs by looking at "basebuildpage.htm"! I somehow though that there was more inheritance going on in the background, but I see now that one needs to explicitly add all breadcrumbs past the build selection, in my case:

{% block localbreadcrumb %}
<li><a href="{% url 'recipes' build.pk %}">Recipes</a></li>
<li><a href="{% url 'recipe'  build.pk object.pk%}">Recipe ({{object.name}}_{{object.version}})</a></li>
{% endblock %}

- David


More information about the toaster mailing list