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

AdminLTE Templates, Template Tags, and Admin Theme for Django

Results 30 django-adminlte3 issues
Sort by recently updated
recently updated
newest added
trafficstars

django-adminlte3 admin site, editing model:

django-adminlte3 admin site , model page :

django-adminlte3 admin template "Home" :

1 - I fixed the changelist layout that was out of order. 2 - I changed the import of the url, replacing it with from django.url import re_path as url...

The changelist layout is crooked. I've just up a new pull request to fix this. ![layout django admin lte 3](https://github.com/d-demirci/django-adminlte3/assets/84592352/d63ac2dd-eef6-41d0-bca7-737bde0a1ae6)

I use the class dark-mode but it doesn't work. In the adminlte.min.css i can't find it. I trying to add it but it doesn't work.

Hello: URL:http://django-adminlte3.readthedocs.io doesn't work now; Is there any other link I can refer to? Best Regards

Hi, I'm looking for information about changing the name of admin app on sidebar like the figure below [https://imgur.com/a/pwt5lzI](url) The logo also need to be changed. I looked at documentation...

this is because although the 'length_is' filter was deprecated in 4.2. the code is permanently removed in django 5.1 this is causing critical issue where you cannot open any 'add/update'...