Open felixsc1 opened 1 year ago
I'm curious how that works with regular Django then? As far as I can see, Django's own templates also use this explicit namespace, looking at django/contrib/admin/templates/admin/change_form.html
for example:
{% if not is_popup %}
{% block breadcrumbs %}
<div class="breadcrumbs">
<a href="{% url 'admin:index' %}">{% translate 'Home' %}</a>
In my Django project, I have overwritten the default admin site, and this breaks the django-admin-index