質問編集履歴
2
追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -100,7 +100,9 @@
|
|
100
100
|
|
101
101
|
```
|
102
102
|
|
103
|
+
![](5edae36fcc822f74c5bd1e2f094f5e10.png)
|
103
104
|
|
105
|
+
上の画像のように表示させたいのですが、順位で表示させたいです。
|
104
106
|
|
105
107
|
|
106
108
|
|
1
追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -99,3 +99,13 @@
|
|
99
99
|
return render(request, 'detail.html', {'post': post})
|
100
100
|
|
101
101
|
```
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
追記
|
108
|
+
|
109
|
+
post.rank , post.titleとしても、下のように何も表示されませんでした。
|
110
|
+
|
111
|
+
![](e81a91f399e6a3eb305fe1d27e7cfa9c.png)
|