assem-ch / django-jet-reboot

Legacy Django jet rebooted to support Django > 3 (4 and 5), and latest python releases
https://django-jet-reboot.readthedocs.io/
GNU Affero General Public License v3.0
421 stars 68 forks source link

InlineTabular and ManyToMany Form Field Layout messed up. #73

Open LuxsSoft opened 1 year ago

LuxsSoft commented 1 year ago

Hi

First of all, thanks for maintaining this package!

I am experiencing issues with the Layout with django-jet-reboot version 1.3.3.

TabularInlines are not shown as tabs but rather appended at the bottom of the page and the many to many admin form widget is squeezed, not showing single selected values in the box.

I expect the following layout:

Screenshot from 2023-01-27 14-53-07

But what i get is this:

image

Interestingly the issue is not present when developing locally and serving on localhost. However on the server running nginx reverse proxy it is messed up like described. I don't know what could cause this difference. I am running in a virtualenv with dependencies managed by poetry. So dependencies should be all else equal. Django version is at 3.2.16.

Any ideas? The tabs are not a big issue but this many to many form widget is almost impossible to select multiple values properly.

Thanks in advance!