mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -05:00
improve experience when importing multiple recipes
This commit is contained in:
@@ -1199,7 +1199,7 @@ def recipe_from_source(request):
|
||||
'recipe_json': recipe_json,
|
||||
'recipe_tree': recipe_tree,
|
||||
'recipe_html': recipe_html,
|
||||
'recipe_images': recipe_images,
|
||||
'recipe_images': list(dict.fromkeys(recipe_images)),
|
||||
})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user