1👍
Its should be:
{% show_breadcrumb 0 "menu/breadcrumb.html" 0 %}
i.e show_breadcrumb
with an underscore.
Docs: http://django-cms.readthedocs.org/en/latest/reference/navigation.html#show-breadcrumb
0👍
Holy crap, I made it!
I just added {% load cms_tags staticfiles sekizai_tags menu_tags thumbnail %}
at the beggining of feature.html
and changed a little bit code:
<div class="breadcrumb">
{% block breadcrumb %}
{% show_breadcrumb 0 "cms/breadcrumb.html" 0 %}
{% endblock %}
</div>
Now breadcrumbs shown under jumbotron with slider. Nice!
- Django rq scheduler can not enqueue same task twice
- User created in migration does not exist
- Django testing without email backend
Source:stackexchange.com