Andy-James-Osborne / DevHub

0 stars 1 forks source link

Edit and delete comments #31

Open Andy-James-Osborne opened 5 months ago

Andy-James-Osborne commented 5 months ago

Editing and deleting comment function not working when trying to render into post_detail.html page.

Andy-James-Osborne commented 5 months ago

My function in my views.py file works with models if I change the {% if request.user.is_authenticated and post.author == request.user %} to {% if comment %} however this allows every user to edit and delete anyone's comment.