Re: Admin TabularInline collapsed fieldset missing expand button

2011-08-22 Thread Lee
Is no one else having problems with collapsed TabularInlines? Seems like this would be a very popular widget, and very important for any serious database app. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to d

Admin TabularInline collapsed fieldset missing expand button

2011-08-20 Thread Lee
I need to display TabularInlines for multiple related tables and have them all initially collapsed. I overrided admin/edit_line/tabular.html and added the "collapsed" class to the element. This collapses the fieldset alright, but there is no button/control to expand it. I've googled for hours and