You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: