Moved responsive css to extrahead block
parent
97896e3690
commit
cc0474940f
|
|
@ -547,6 +547,8 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block extrahead %}
|
||||
{{ block.super }}
|
||||
<link rel="stylesheet" type="text/css" href="{% static "admin/css/responsive.css" %}" />
|
||||
{% endblock %}
|
||||
|
||||
{% block branding %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue