From 790443782ccab0784d817eb1f43021860906e455 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 9 Apr 2020 21:42:06 +0200 Subject: fix: imports --- frest/auth/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frest/auth/forms.py') 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): -- cgit v1.2.3-71-g8e6c