How to override and extend basic Django admin templates?
Update: Read the Docs for your version of Django, e.g. the latest version or old LTS versions: 3.2, 2.2, 1.11 Original answer from 2011: I had the same issue about a year and a half ago and I found a nice template loader on djangosnippets.org that makes this easy. It allows you to extend a … Read more