Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken UI in Django admin after adding django-nested-inline package #2

Closed
WajahatKanju opened this issue Aug 31, 2023 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@WajahatKanju
Copy link
Owner

Issue Title:

Broken UI in Django admin after adding django-nested-inline package

Issue Description:

I encountered an issue with the Django admin interface after adding the django-nested-inline package to my project. The UI elements are not rendering correctly, which makes it difficult to use the admin interface with this package enabled.

Steps to Reproduce:

  1. Install the django-nested-inline package in a Django project.
  2. Add a model to the project that uses nested inline admin forms with the package.
  3. Navigate to the Django admin interface.
  4. Observe the broken UI elements.

Expected Behavior:

The Django admin interface should display correctly, with no broken UI elements, when using the django-nested-inline package.

Actual Behavior:

The UI elements in the Django admin interface are broken and not rendering as expected.

Additional Information:

  • Django version: 4.2

  • django-nested-admin version: 4.0

  • Screenshots

  • Before
    image
    image
    image

  • After
    image
    image
    image

Possible Solution:

The issue appears to be linked to conflicts between Jazzmin and nested-admin styles. It may be resolved through template customization.

@WajahatKanju WajahatKanju added the bug Something isn't working label Aug 31, 2023
@WajahatKanju WajahatKanju self-assigned this Sep 1, 2023
@WajahatKanju
Copy link
Owner Author

Fixed in the last commit b1afc62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant