changed source import to match field structure of recipe model
first imports working
This commit is contained in:
@ -1138,10 +1138,10 @@ def recipe_from_source(request):
|
||||
}, status=400)
|
||||
else:
|
||||
return JsonResponse({
|
||||
'recipe_tree': recipe_tree,
|
||||
'recipe_json': recipe_json,
|
||||
'recipe_tree': recipe_tree,
|
||||
'recipe_html': recipe_html,
|
||||
'images': images,
|
||||
'recipe_images': images,
|
||||
})
|
||||
|
||||
else:
|
||||
|
Reference in New Issue
Block a user