Re: readonly forms

2009-09-14 Thread Jeff Green
It would be nice to get something like this into django. I have used something similar for my readonly fields. On Mon, Sep 14, 2009 at 6:14 AM, Thomas Guettler wrote: > > hi, > > I develop intranet apps with a lot of forms. Sometimes I need > to render them as readonly. I use

readonly forms

2009-09-14 Thread Thomas Guettler
hi, I develop intranet apps with a lot of forms. Sometimes I need to render them as readonly. I use snippet 1682 (see below) to make widgets readonly. This way you can use the same code for viewing and editing a form. Are more django user using something like this? If yes, it would be nice to