2👍
✅
I used the {% block content_title %}{% endblock %}just before {% block nav-global %}{% endblock %} and added in my Title in between: {% block content_title %} My Title{% endblock %}
in the base_site.html
file in your templates/admin/
directory, it successfully removed the “Site Administration” string
Source:stackexchange.com