Refactoring of list blocs
This commit is contained in:
@@ -17,7 +17,7 @@ class MyBlocs:
|
||||
mybloc['type'] = str(blocType)
|
||||
return mybloc
|
||||
|
||||
def make_form(bloc):
|
||||
def make_form():
|
||||
form = FormBloc()
|
||||
return form
|
||||
|
||||
|
||||
Reference in New Issue
Block a user