回答編集履歴

1

編集

2021/01/05 21:45

投稿

ForestSeo
ForestSeo

スコア2720

test CHANGED
@@ -8,6 +8,8 @@
8
8
 
9
9
  ```HTML
10
10
 
11
- <a href="{% url "notes:like" article.pk %}">
11
+ <a href="{% url 'notes:like' article.pk %}">
12
12
 
13
- ```
13
+ ```にします。
14
+
15
+ あと、文字列の中の文字列は、シングルクォーテーションとダブルクォーテーションで分けます。