django-adminlte2 icon indicating copy to clipboard operation
django-adminlte2 copied to clipboard

Reusable AdminLTE templates and admin theme

Results 14 django-adminlte2 issues
Sort by recently updated
recently updated
newest added

When adding model that inherits from [django-polymorphic](https://django-polymorphic.readthedocs.io/en/stable/index.html) `PolymorphicModel` in admin, the following error is thrown: ``` File "/home/ubuntu/managedprojects/env/lib/python3.8/site-packages/django_adminlte_theme/templatetags/admin_menu.py", line 159, in menu_tag return Menu.admin_apps(context, Menu.render(context)) File "/home/ubuntu/managedprojects/env/lib/python3.8/site-packages/django_adminlte_theme/templatetags/admin_menu.py", line 103, in...

**search box is not aligned in admin interface, please help me to align it proper.** ![Screenshot (91)](https://user-images.githubusercontent.com/17298046/117609212-9c336700-b170-11eb-8db8-fa4d4efe5f5c.png)

In the documentation `https://django-adminlte2.readthedocs.io/en/latest/quickstart.html` mentions everywhere that in order to override the template you need to create the files under `adminlt/lib/...`however it really needs to be under `admin/lib/...`

'available_apps' is not present in context object when the registration pages is load. def admin_apps(self, context, r): request = context['request'] **for app in context['available_apps']:** ... ![bug_admin_menu](https://user-images.githubusercontent.com/11694458/96494321-939f3180-121c-11eb-8da4-0aa5a49c4367.png)

improvements in listing responsiveness

Hello, recently i discover that adminlte version 3 has been released with many interesting features, have you a plan to upgrade your great package to use adminlte3 ? i hope...

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.

When adding 'django.contrib.admin' to INSTALLED_APPS I get the following error: Application labels aren't unique, duplicates: admin Any ideas?

When I change debug false to in setting.py. The static files(css,js,...) are not load automatically. Is there any way to load that file. I am totally new to python and...