mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-07 23:28:16 -05:00
fixed url import space
This commit is contained in:
@@ -543,7 +543,7 @@ def recipe_from_url(request):
|
|||||||
},
|
},
|
||||||
status=400
|
status=400
|
||||||
)
|
)
|
||||||
return get_from_html(response.text, url)
|
return get_from_html(response.text, url, request.space)
|
||||||
|
|
||||||
|
|
||||||
@group_required('user')
|
@group_required('user')
|
||||||
|
|||||||
Reference in New Issue
Block a user