This commit is contained in:
Rachid Mrad 2024-02-21 19:45:50 -05:00
parent 47c0f9586c
commit 07401d963c
No known key found for this signature in database

View file

@ -30,7 +30,7 @@ logger = logging.getLogger(__name__)
class MyUserAdminForm(UserChangeForm):
"""This form utilizes the custom widget for its class's ManyToMany UIs.
It inherits from UserChangeForm which has special handling for the password and username fields."""
class Meta: