Fixes: 1) Add missing import for UserChangeForm from django.contrib.auth.forms.

This commit is contained in:
Egor Pavlovich Gorbunov 2025-12-10 16:37:30 +03:00
parent 2507eecc55
commit 9fe433221a

View file

@ -1,5 +1,4 @@
from django.contrib.auth.forms import ReadOnlyPasswordHashField from django.contrib.auth.forms import ReadOnlyPasswordHashField, UserChangeForm
from unfold.forms import UserChangeForm
from engine.core.widgets import JSONTableWidget from engine.core.widgets import JSONTableWidget
from engine.vibes_auth.models import User from engine.vibes_auth.models import User