move form to folder

This commit is contained in:
Tobias Brunner 2025-07-04 16:49:29 +02:00
parent 52dbe89582
commit 07bea333bc
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
from .lead import LeadForm
from .image_library import ImageLibraryField, ImageLibraryWidget

View file

@ -1,5 +1,5 @@
from django import forms
from .models import Lead, Plan
from ..models import Lead
class LeadForm(forms.ModelForm):