質問編集履歴
2
_の抜け
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
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
|
|