You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: