Re: newforms: how to make input widgets smaller

2008-07-08 Thread Torsten Bronger
Hallöchen! Torsten Bronger writes: > I use newforms.ModelForm to get a form from one of my models. > However, the HTML fields are all too wide. Okay, I could > re-define all fields that need narrower s like > > class SixChamberChannelForm(ModelForm): > gas =

Re: newforms: how to make input widgets smaller

2008-07-08 Thread Torsten Bronger
Hallöchen! bruno desthuilliers writes: > On 8 juil, 21:06, Torsten Bronger <[EMAIL PROTECTED]> > wrote: > >> I use newforms.ModelForm to get a form from one of my models. >> However, the HTML fields are all too wide. Okay, I could >> re-define all fields that need narrower s like >> >> class

Re: newforms: how to make input widgets smaller

2008-07-08 Thread bruno desthuilliers
On 8 juil, 21:06, Torsten Bronger <[EMAIL PROTECTED]> wrote: > Hallöchen! > > I use newforms.ModelForm to get a form from one of my models. > However, the HTML fields are all too wide. Okay, I could > re-define all fields that need narrower s like > > class SixChamberChannelForm(ModelForm): >