Re: Issue when rendering manually a form's HiddenInput

2015-08-07 Thread durirompepc
Yeah, I deleted the post cause I thinked the same yesterday. Sorry for the inconvenience. El viernes, 7 de agosto de 2015, 13:07:49 (UTC+2), Tom Evans escribió: > > On Thu, Aug 6, 2015 at 6:55 PM, > wrote: > > So, I'm trying to use inputs with the hidden attr. I have my

Re: Issue when rendering manually a form's HiddenInput

2015-08-07 Thread 'Tom Evans' via Django users
On Thu, Aug 6, 2015 at 6:55 PM, wrote: > So, I'm trying to use inputs with the hidden attr. I have my form class > (IndexForm) that has this: > field = HiddenInput() > Then, I pass the instance of IndexForm (index_form) to the template, and > manually render the field

Issue when rendering manually a form's HiddenInput

2015-08-06 Thread durirompepc
So, I'm trying to use inputs with the *hidden* attr. I have my form class ( *IndexForm*) that has this: field = HiddenInput() Then, I pass the instance of IndexForm (*index_form*) to the template, and manually render the field (*index_form.field*). It is alright, but then, in the HTML, the