mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
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