diff options
| author | Santo Cariotti <dcariotti24@gmail.com> | 2020-04-09 19:42:06 +0000 |
|---|---|---|
| committer | Santo Cariotti <dcariotti24@gmail.com> | 2020-04-09 19:47:07 +0000 |
| commit | 790443782ccab0784d817eb1f43021860906e455 (patch) | |
| tree | 8e52a5652ed61fc4a286a85aea96b9bcc8581f6a /frest/auth/forms.py | |
| parent | 00cade9f5bd860fdc4e3cd3290c64ed3d88c168d (diff) | |
fix: imports
Diffstat (limited to 'frest/auth/forms.py')
| -rw-r--r-- | frest/auth/forms.py | 2 |
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): |
