Flask-Blog-Tutorial icon indicating copy to clipboard operation
Flask-Blog-Tutorial copied to clipboard

Issue in Tutorial 3 - file views.py line 42

Open indi9o opened this issue 2 years ago • 0 comments

Hallo Tim,

corrected for the code in the file views.py line 42 in the tutorial,

elif current_user.id != post.id: --> elif current_user.id != post.author:

CMIIW.

indi9o avatar Aug 20 '23 13:08 indi9o