2👍
The template should inherit from base, then. If there’s stuff currently in base you don’t want to be in some other templates, you should use an intermediate parent which itself inherits from base and which some templates can use and others don’t.
0👍
If you are not inheriting from the base you should create a header and add the reference there manually.
- [Answered ]-How to get parent object in multi table inheritance in django
- [Answered ]-Saving an image into user model
- [Answered ]-Require at least one MultiFieldPanel object [wagtail]
Source:stackexchange.com