Flask-Web-App-Tutorial icon indicating copy to clipboard operation
Flask-Web-App-Tutorial copied to clipboard

Error problem lign 8- home.html

Open EmilieBeauce opened this issue 3 years ago • 5 comments

https://github.com/techwithtim/Flask-Web-App-Tutorial/blob/3a35f0e491e145e55f0259f848b9fbe64a7a5123/website/templates/home.html#L8

home

I corrected my problem by adding Apostrophe: "deletedNote('{{ note.id }}')" I don't know if it's a good solution or it can help someone who had the same problem than me.

EmilieBeauce avatar Dec 30 '21 18:12 EmilieBeauce

Ignore the "errors". These are just false positives.VSCode is unable to realize that this is jinja2 code. Your website will run smoothly regardless of the errors displayed by VSCode

aliana-kazmi avatar Feb 08 '22 07:02 aliana-kazmi

did your website work after that? i had the same problem and tried running my website and got this erro Screenshot 2022-02-26 205554 r

Maverick-Shreeve avatar Feb 27 '22 04:02 Maverick-Shreeve

https://github.com/techwithtim/Flask-Web-App-Tutorial/blob/3a35f0e491e145e55f0259f848b9fbe64a7a5123/website/templates/home.html#L8

home

I corrected my problem by adding Apostrophe: "deletedNote('{{ note.id }}')" I don't know if it's a good solution or it can help someone who had the same problem than me.

Yes ,i confirm.It is working.

laur2016 avatar May 08 '22 08:05 laur2016

@Maverick-Shreeve Yes it was working.

aliana-kazmi avatar May 10 '22 14:05 aliana-kazmi

did your website work after that? i had the same problem and tried running my website and got this erro Screenshot 2022-02-26 205554

This is another error which is causing this . Yeah it works !!! even with error that @EmilieBeauce was stating

bibinthomas123 avatar Jul 14 '22 15:07 bibinthomas123