Re: Hiding auto-generated Django form fields

2012-07-12 Thread Leandro Alves
You might find something here: https://docs.djangoproject.com/en/1.4/ref/forms/api/#configuring-html-label-tags Leandro On Thursday, July 12, 2012 8:57:30 AM UTC+2, DF wrote: > > I'm attempting to hide an auto-generated form field in a Django form using > CSS. Unfortunately, to remove the enti

Hiding auto-generated Django form fields

2012-07-11 Thread DF
I'm attempting to hide an auto-generated form field in a Django form using CSS. Unfortunately, to remove the entire field, the "control group" class requires an ID. The other IDs just use remove the form but leave the label. Is there any way to achieve this? I need the form to remain there invis