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 Django 2.2 the admin template tags have changed:
{% block stylesheets %} and {% block javascripts %} have become {% block extrastyle %} and {% block extrahead %} (please check if I am right)
I found two issues with the documentation:
{% block stylesheets %} and {% block javascripts %} have become {% block extrastyle %} and {% block extrahead %} (please check if I am right)
Does anybody knows a working example?
The text was updated successfully, but these errors were encountered: