Hi all, extreme Django newbie here (trying it out for the first time today) so I apologize in advance if my question turns out to be stupid.
I was running through the intro tutorial and reached the "Customize the admin form" section (http://docs.djangoproject.com/en/dev/intro/ tutorial02/#customize-the-admin-form). I added a few fieldsets and was basically just playing around with the display a bit when I tried adding the "collapse" class to a few of the fieldsets. One in particular I noticed displayed as only a thin line in the browser, not giving the ability to expand/collapse it. Screenshot: http://people.stfx.ca/x2004/x2004cad/images/before_screen.png I realized this was most likely because I hadn't added a title, so it didn't have an "h2" element in which to add the show/hide buttons. So I opened "django/contrib/admin/media/js/admin/CollapsedFieldsets.js" and made a few changes. You can see a diff of my changes at http://pastie.org/357732 "After" screenshots: http://people.stfx.ca/x2004/x2004cad/images/after_screen_collapsed.png http://people.stfx.ca/x2004/x2004cad/images/after_screen_open.png My question is basically: is this intended behaviour? Should I always have a title for a fieldset I intend to make collapsible? I realize this kind of situation probably wouldn't come up often, and that for usability sake it might make sense to require a title on those fieldsets, I'm just kind of interested to see if it was an active decision. Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---