Comment is not adding after clicking it on Add comment,
views.py
@login_required def detail_view(request,id): data = Post.objects.get(id=id) co