Fixes: 1) Add missing import for UserChangeForm from django.contrib.auth.forms.
This commit is contained in:
parent
2507eecc55
commit
9fe433221a
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
from django.contrib.auth.forms import ReadOnlyPasswordHashField
|
||||
from unfold.forms import UserChangeForm
|
||||
from django.contrib.auth.forms import ReadOnlyPasswordHashField, UserChangeForm
|
||||
|
||||
from engine.core.widgets import JSONTableWidget
|
||||
from engine.vibes_auth.models import User
|
||||
|
|
|
|||
Loading…
Reference in a new issue