A Facebook-like timeline app for Django admin. It's very similar to built-in feature Daily progress, but has nicer templates and infinite scroll. Actions are broken up by day, then by action. It's possible to filter actions by user (multiple select) and content type (multiple select).
In the case, when the base_site.html template is overloaded and uses extra styles, timeline won't see it, because extrastyle and extrahead blocks overload the parent's ones without calling {{ block.super}}
In the case, when the base_site.html template is overloaded and uses extra styles, timeline won't see it, because
extrastyle
andextrahead
blocks overload the parent's ones without calling{{ block.super}}
Should become something like: