On Mar 23, 12:46 am, hack <[email protected]> wrote: > I think I shot myself in the foot using ModelForms to generate all of my > html forms. Is there any way to use a stylesheet when your forms are > generated from ModelForms?
Yes of course, why ? > I've tried everything and cannot get it to work. I've tried directly > importing the css files, I've tried loading them from STATIC, and I've > tried setting css in Meta, but nothing seems to work. Your problem is with serving the css files, not with Django's form. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

