|
@@ -40,6 +40,7 @@ async def submit(request: Request):
|
|
'decoration_budget': ','.join(form_data.getlist('q7')),
|
|
'decoration_budget': ','.join(form_data.getlist('q7')),
|
|
'decoration_size': ','.join(form_data.getlist('q8')),
|
|
'decoration_size': ','.join(form_data.getlist('q8')),
|
|
}
|
|
}
|
|
|
|
+ print(result)
|
|
get_db().insert(result)
|
|
get_db().insert(result)
|
|
|
|
|
|
response = RedirectResponse(url='/a1/index_complete.html')
|
|
response = RedirectResponse(url='/a1/index_complete.html')
|