mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Merge pull request #66 from epicserve/grappelli_django_1.5
Made it so django-categories works with Django 1.5 and Grappelli 2.4.4
This commit is contained in:
commit
6a9c2659d2
1 changed files with 12 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{% extends "admin/change_list.html" %}
|
||||
{% load adminmedia admin_list i18n admin_tree_list %}
|
||||
{% load admin_list i18n admin_tree_list %}
|
||||
{% block extrahead %}
|
||||
{{block.super}}
|
||||
{{ block.super }}
|
||||
<script type="text/javascript">
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
|
|
@ -31,6 +31,16 @@
|
|||
});
|
||||
})(django.jQuery);
|
||||
</script>
|
||||
<style type="text/css">
|
||||
#result_list.treeTable .expander {
|
||||
margin-left: -10px !important;
|
||||
padding-right: 13px !important;
|
||||
padding-left: 0px !important;
|
||||
}
|
||||
#result_list.treeTable .action-select {
|
||||
margin-left: 7px;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
{% block result_list %}
|
||||
{% result_tree_list cl %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue