回答編集履歴
3
修正
test
CHANGED
@@ -1,7 +1,9 @@
|
|
1
|
-
|
1
|
+
どこかに、
|
2
2
|
|
3
3
|
```<a href="{% url 'detail' %}">~</a>```
|
4
4
|
|
5
5
|
みたいなのがあるのでは?
|
6
6
|
|
7
|
+
detail.htmlって書かれているものだけですか?全体を見せてください。
|
8
|
+
|
7
|
-
cart.htmlを見せてください。
|
9
|
+
あとcart.htmlを見せてください。
|
2
修正
test
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
-
|
1
|
+
cart.htmlに、
|
2
2
|
|
3
|
+
```<a href="{% url 'detail' %}">~</a>```
|
4
|
+
|
5
|
+
みたいなのがあるのでは?
|
6
|
+
|
3
|
-
|
7
|
+
cart.htmlを見せてください。
|
1
修正
test
CHANGED
@@ -1 +1,3 @@
|
|
1
|
-
id=9のProductがないのでは?
|
1
|
+
~~id=9のProductがないのでは?~~
|
2
|
+
|
3
|
+
無視してください
|