theatlantic / django-nested-admin

Django admin classes that allow for nested inlines
http://django-nested-admin.readthedocs.org/
Other
690 stars 97 forks source link

The css is not reflected in my nested-inline #212

Open ceragos opened 2 years ago

ceragos commented 2 years ago

I use django suit and it seems that the css styles are not loaded.

The labels section disappears and the select type inputs are no longer to the right of it but below it.

Also the datepiker of the date is not set.

The * of mandatory fields are above the inputs.

In my non-nested inlines everything works fine.

https://es.stackoverflow.com/questions/505991/estilos-css-en-django-nested-admin-no-se-aplican

v-bazhenov commented 1 year ago

@ceragos Did you manage to solve this issue? I have the same...