Closed joegillon closed 11 years ago
add {% load admin_shortcuts_tags %}
to the top
Thanks, that does fix the error but I still get the usual breadcrumbs even though I removed the code for them. Does admin shortcuts do the usual breadcrumbs under some circumstances?
On 5/20/2013 11:13 AM, Aleš Kocjančič wrote:
|{% load admin_shortcuts_tags %}|
no, admin_shortcuts does not render the breadcrumbs. you are probably not overriding the correct template block
OK, I'll poke around.
On 5/20/2013 11:23 AM, Aleš Kocjančič wrote:
no, admin_shortcuts does not render the breadcrumbs. you are probably not overriding the correct template block
— Reply to this email directly or view it on GitHub https://github.com/alesdotio/django-admin-shortcuts/issues/11#issuecomment-18153357.
This appears to be written to appear on the index page only. I made a feeble attempt to use it in all admin pages by changing
in the admin base.html to
but I get
Invalid block tag: 'admin_shortcuts', expected 'endblock'
Any chance this is an easy fix?