forked from retoor/snek
fix: add missing pass to submit method in BaseFormView to prevent syntax error
This commit is contained in:
@@ -70,3 +70,4 @@ class BaseFormView(BaseView):
|
|||||||
return await self.json_response(result)
|
return await self.json_response(result)
|
||||||
|
|
||||||
async def submit(self, model=None):
|
async def submit(self, model=None):
|
||||||
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user