adamcharnock / django-adminlte2

Reusable AdminLTE templates and admin theme
http://django-adminlte2.readthedocs.io/
MIT License
195 stars 65 forks source link

Fieldsets are not supported #32

Open Yebing2018 opened 5 years ago

Yebing2018 commented 5 years ago

When I set fieldsets in admin.py, fieldsets in the page cannot be expanded. When I look at bootstrap.css, I find that collapse is none. The collapse should be block.