fixed url import space

This commit is contained in:
vabene1111
2021-03-18 12:07:02 +01:00
parent e00b6b9293
commit 780c929162

View File

@@ -543,7 +543,7 @@ def recipe_from_url(request):
},
status=400
)
return get_from_html(response.text, url)
return get_from_html(response.text, url, request.space)
@group_required('user')