Refactoring of list blocs

This commit is contained in:
2026-08-03 01:13:16 +02:00
parent fbe915021a
commit df11e6437f
6 changed files with 37 additions and 28 deletions

View File

@@ -17,7 +17,7 @@ class MyBlocs:
mybloc['type'] = str(blocType)
return mybloc
def make_form(bloc):
def make_form():
form = FormBloc()
return form