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