質問編集履歴

1

補足

2021/10/07 02:03

投稿

seyu0930
seyu0930

スコア20

test CHANGED
File without changes
test CHANGED
@@ -37,3 +37,21 @@
37
37
  <div class="thumbnail" style="background-image: url('{{ object.photo1.url }}')"></div>
38
38
 
39
39
  ```
40
+
41
+
42
+
43
+ [こちら](https://okwave.jp/qa/q3433514.html)のサイトから\を追加してみましたが、エラーでした。
44
+
45
+ ```html
46
+
47
+ <!--ケース1-->
48
+
49
+ <div class="thumbnail" style="background-image: url('{% static \'image/カリオン.jpg\' %}')"></div>
50
+
51
+
52
+
53
+ <!--ケース2-->
54
+
55
+ <div class="thumbnail" style='background-image: url(\'{% static "image/カリオン.jpg" %}\')'></div>
56
+
57
+ ```