master
Adam Gray 2013-06-24 18:16:08 +01:00
parent 2354f345dd
commit 6f279b1b8e
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@
{% block extrastyle %} {% block extrastyle %}
{{ block.super }} {{ block.super }}
{% if has_sortable_tabular_inlines or has_sortable_stacked_inlines %} {% if has_sortable_tabular_inlines or has_sortable_stacked_inlines %}
<link rel="stylesheet" type="text/css" href="{{ ST{% static 'adminsortable/css/admin.sortable.inline.css' %}" /> <link rel="stylesheet" type="text/css" href="{% static 'adminsortable/css/admin.sortable.inline.css' %}" />
{% endif %} {% endif %}
{% endblock %} {% endblock %}