質問編集履歴

1

誤字

2021/03/30 10:29

投稿

shuring
shuring

スコア19

test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  contents = Content.objects.filter(owner=connection.follower)
28
28
 
29
- return render(request, 'content/index.html', {'contents':contents}
29
+ return render(request, 'content/index.html', {'contents':contents})
30
30
 
31
31
  #model
32
32