回答編集履歴

1

ひどい誤植があったので修正

2020/08/23 19:06

投稿

dameo
dameo

スコア943

test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  ```python
18
18
 
19
- class Meta(UserRegisterForm.Meta):
19
+ class Meta(UserCreationForm.Meta):
20
20
 
21
21
  # model = User
22
22