Moved responsive css to extrahead block

This commit is contained in:
Fabio Caccamo
2017-05-04 17:55:28 +02:00
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 %}