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
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster

Reply via email to