django-cms / djangocms-admin-style

django CMS Admin Style is a Django Theme tailored to the needs of django CMS.

Home Page:http://www.django-cms.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nav-global block has gone

carderm opened this issue · comments

Hi - the templates\admin\base_site.html seems to have been reverted from having the Navglobal block to it being empty?
Current:
{% block nav-global %}{% endblock %}
Previous:
{% block nav-global %}{{ block.super }}{% include 'admin/inc/nav-global.html' %}{% endblock %}

Is there a reason for this? Should I redo my original pull request that added it?

Thanks