質問編集履歴

2

_の抜け

2020/02/23 21:09

投稿

kalon
kalon

スコア198

test CHANGED
File without changes
test CHANGED
@@ -114,7 +114,7 @@
114
114
 
115
115
 
116
116
 
117
- theformクラスをコメントアウトすればエラーは出なくなります。
117
+ the_formクラスをコメントアウトすればエラーは出なくなります。
118
118
 
119
119
 
120
120
 

1

typo

2020/02/23 21:09

投稿

kalon
kalon

スコア198

test CHANGED
File without changes
test CHANGED
@@ -64,7 +64,7 @@
64
64
 
65
65
 
66
66
 
67
- class theform(forms.Form):
67
+ class the_form(forms.Form):
68
68
 
69
69
  email = forms.EmailField(
70
70