Re: hidden field value inside if block

2014-02-10 Thread Tom Evans
On Mon, Feb 10, 2014 at 2:35 PM, Ionut Oprescu wrote: > is there a way to verify a hidden field value inside a if statement? > > for example: > > > {% if details.id_details == hdnIdDetalii.value %} > code here > {% endif %} > > something like this... > > note! i`m using python with google app e

hidden field value inside if block

2014-02-10 Thread Ionut Oprescu
is there a way to verify a hidden field value inside a if statement? for example: {% if details.id_details == hdnIdDetalii.value %} code here {% endif %} something like this... *note!* i`m using python with google app engine, details is send from a .py file. the value of the hidden