diff options
-rw-r--r-- | frest/templates/form.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frest/templates/form.txt b/frest/templates/form.txt index ed1017e..c4f7f20 100644 --- a/frest/templates/form.txt +++ b/frest/templates/form.txt @@ -1,5 +1,5 @@ from .models import %%NAME%% -from src.forms import ModelForm +from frest.forms import ModelForm class %%NAME%%Form(ModelForm): |