Comment is not adding after click on add button

前端 未结 0 1000
天命终不由人
天命终不由人 2020-12-06 14:10

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题