Re: template parse error

2018-02-22 Thread sum abiut
Thanks heaps Daniel, it was the spaces On Thu, Feb 22, 2018 at 10:57 PM, Daniel Roseman wrote: > On Thursday, 22 February 2018 06:16:32 UTC, suabiut wrote: >> >> Could not parse the remainder: '=="1"' from 'selected_value=="1"' >> >> >> i got the above error when passing the select value. I hav

Re: template parse error

2018-02-22 Thread Daniel Roseman
On Thursday, 22 February 2018 06:16:32 UTC, suabiut wrote: > > Could not parse the remainder: '=="1"' from 'selected_value=="1"' > > > i got the above error when passing the select value. I have no clue what > i am missing. please assist > {%if selected_value=="1"%} > > > > > Cheers, > You nee

Re: template parse error

2018-02-22 Thread Andy
Are you using the defautlt django template engine or something else? Looks correct, but please show the full template, because there might be errors before that point causing this error message. Am Donnerstag, 22. Februar 2018 07:16:32 UTC+1 schrieb suabiut: > > Could not parse the remainder: '==

template parse error

2018-02-21 Thread sum abiut
Could not parse the remainder: '=="1"' from 'selected_value=="1"' i got the above error when passing the select value. I have no clue what i am missing. please assist {%if selected_value=="1"%} Cheers, -- You received this message because you are subscribed to the Google Groups "Django us