diff options
author | Santo Cariotti <dcariotti24@gmail.com> | 2020-04-10 10:50:54 +0200 |
---|---|---|
committer | Santo Cariotti <dcariotti24@gmail.com> | 2020-04-10 10:50:54 +0200 |
commit | fdb16bd15007922b43a0af6483199401f3ecc023 (patch) | |
tree | 10cfd7dd1751e558eb161cb0ad6dbd2d95e98795 | |
parent | f90d51838951e05491a502c072a4cc790b78b6e9 (diff) |
fix: forms import
-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): |