darklow / django-suit

Modern theme for Django admin interface
http://djangosuit.com/
Other
2.32k stars 704 forks source link

The calendar button of the DateField cannot be show in SortableTabularInline. #689

Closed metaabc closed 6 years ago

metaabc commented 6 years ago

django suit v2 django v1.11.3

The SortableStackedInline can show the datefield with the calendar icon. But the SortableTabularInline cannot show the calendar button

2018-05-28_154338

shulcsm commented 6 years ago

I'm not sure but IIRC it's caused by missing class and solved by #623 can you confirm?

metaabc commented 6 years ago

It works because the path of the static folder is not right, thanks!