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

Fix url path and styles

Open fabioacarvalho opened this issue 1 year ago • 0 comments
trafficstars

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

I hope I helped you.

Before: Changelist before

After: fix layout django admin lte 3 after

fabioacarvalho avatar Mar 05 '24 22:03 fabioacarvalho