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(
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 '
2 matches
Mail list logo