removing obsolete css file references (404)

master
Dominique Lederer 2012-03-15 10:08:06 +01:00
parent fef90e6d0c
commit 1b98d00a30
2 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@
{% block extrastyle %} {% block extrastyle %}
{{ block.super }} {{ block.super }}
<link rel="stylesheet" type="text/css" href="{% admin_media_prefix %}css/forms.css" />
{% if has_sortable_tabular_inlines %} {% if has_sortable_tabular_inlines %}
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}adminsortable/css/admin.sortable.tabular.inline.css" /> <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}adminsortable/css/admin.sortable.tabular.inline.css" />
{% endif %} {% endif %}

View File

@ -3,7 +3,6 @@
{% block extrastyle %} {% block extrastyle %}
{{ block.super }} {{ block.super }}
<link rel="stylesheet" type="text/css" href="{% admin_media_prefix %}css/changelists.css" />
<link rel="stylesheet" href="{{ STATIC_URL }}adminsortable/css/admin.sortable.css" /> <link rel="stylesheet" href="{{ STATIC_URL }}adminsortable/css/admin.sortable.css" />
{% endblock %} {% endblock %}