summaryrefslogtreecommitdiff
path: root/frest/auth/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'frest/auth/forms.py')
-rw-r--r--frest/auth/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/frest/auth/forms.py b/frest/auth/forms.py
index abc2f49..ce48acb 100644
--- a/frest/auth/forms.py
+++ b/frest/auth/forms.py
@@ -1,5 +1,5 @@
from .models import User
-from forms import ModelForm
+from frest.forms import ModelForm
class UserForm(ModelForm):