Moved responsive css to extrahead block

pull/17/head
Fabio Caccamo 2017-05-04 17:55:28 +02:00
parent 97896e3690
commit cc0474940f
1 changed files with 2 additions and 0 deletions

View File

@ -547,6 +547,8 @@
{% endblock %} {% endblock %}
{% block extrahead %} {% block extrahead %}
{{ block.super }}
<link rel="stylesheet" type="text/css" href="{% static "admin/css/responsive.css" %}" />
{% endblock %} {% endblock %}
{% block branding %} {% block branding %}