Re: form inheritance

2008-08-26 Thread fax8
Nobody have ideas? On Aug 25, 6:28 pm, fax8 <[EMAIL PROTECTED]> wrote: > Hi guys, > > anyone can tell me why the following does not works as expected? > > I mean why, when displaying the form with: > >   form = RenderForm() >   return render_to_response(&#

form inheritance

2008-08-25 Thread fax8
Hi guys, anyone can tell me why the following does not works as expected? I mean why, when displaying the form with: form = RenderForm() return render_to_response('add_render.html', {'form': form}, context_instance=RequestContext(request)) the subject field is not displayed? And why the '