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.