mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-16 22:10:30 +00:00
Call block.super for extrahead/extrastyles blocks
This commit is contained in:
parent
cbd612d128
commit
00bcdc754a
1 changed files with 2 additions and 0 deletions
|
|
@ -2,11 +2,13 @@
|
|||
{% load adminmedia admin_list i18n adminsortable_tags %}
|
||||
|
||||
{% block extrastyle %}
|
||||
{{ 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" />
|
||||
{% endblock %}
|
||||
|
||||
{% block extrahead %}
|
||||
{{ block.super }}
|
||||
{% include 'adminsortable/shared/javascript_includes.html' %}
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue