mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-16 11:02:22 +03:00
Added # type: ignore[name-defined] on UserAdminCreationForm
This commit is contained in:
parent
a9e1c96d19
commit
6db4acbec5
|
@ -17,7 +17,7 @@ class UserAdminChangeForm(admin_forms.UserChangeForm):
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
|
||||||
class UserAdminCreationForm(admin_forms.AdminUserCreationForm):
|
class UserAdminCreationForm(admin_forms.AdminUserCreationForm): # type: ignore[name-defined]
|
||||||
"""
|
"""
|
||||||
Form for User Creation in the Admin Area.
|
Form for User Creation in the Admin Area.
|
||||||
To change user signup, see UserSignupForm and UserSocialSignupForm.
|
To change user signup, see UserSignupForm and UserSocialSignupForm.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user