Flask-Web-App-Tutorial
Flask-Web-App-Tutorial copied to clipboard
Error problem lign 8- home.html
https://github.com/techwithtim/Flask-Web-App-Tutorial/blob/3a35f0e491e145e55f0259f848b9fbe64a7a5123/website/templates/home.html#L8
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.
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
did your website work after that? i had the same problem and tried running my website and got this erro
r
https://github.com/techwithtim/Flask-Web-App-Tutorial/blob/3a35f0e491e145e55f0259f848b9fbe64a7a5123/website/templates/home.html#L8
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.
@Maverick-Shreeve Yes it was working.
did your website work after that? i had the same problem and tried running my website and got this erro
This is another error which is causing this . Yeah it works !!! even with error that @EmilieBeauce was stating