move form to folder
This commit is contained in:
parent
52dbe89582
commit
07bea333bc
2 changed files with 3 additions and 1 deletions
2
hub/services/forms/__init__.py
Normal file
2
hub/services/forms/__init__.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
from .lead import LeadForm
|
||||
from .image_library import ImageLibraryField, ImageLibraryWidget
|
|
@ -1,5 +1,5 @@
|
|||
from django import forms
|
||||
from .models import Lead, Plan
|
||||
from ..models import Lead
|
||||
|
||||
|
||||
class LeadForm(forms.ModelForm):
|
Loading…
Add table
Add a link
Reference in a new issue