[Answer]-Django wrong precedence of templates?

1👍

you have to create an admin directory inside the templates dir in which you set the templates you want to override

In order to override one or more of them, first create an admin directory in your project’s templates directory. This can be any of the directories you specified in TEMPLATE_DIRS.

Read the Django doc here

👤blob42

Leave a comment