質問編集履歴

1

誤字

2020/09/26 05:39

投稿

Lemonn
Lemonn

スコア25

test CHANGED
File without changes
test CHANGED
@@ -96,7 +96,7 @@
96
96
 
97
97
  <form method="post" action="{% url 'co_delete' comment.id %}">{% csrf_token %}
98
98
 
99
- <button class="btn" type="submit" onclick='return confirm("本当に削除しますか?");'>削除</button>
99
+ <button class="btn" type="submit">削除</button>
100
100
 
101
101
  </form>
102
102