Complex form

This commit is contained in:
Eden Kirin
2024-04-06 22:04:57 +02:00
parent ad14f2fe12
commit 5e1989a60f
9 changed files with 211 additions and 107 deletions

View File

@ -1,4 +1,4 @@
from .complex_form import ComplexFormHandleView, ComplexFormView
from .complex_form.views import ComplexFormHandleView, ComplexFormView
from .filter_list import FilterListView
from .form_validation import FormValidationView
from .home import HomeView