mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
fixed single import
This commit is contained in:
@@ -76,6 +76,7 @@ def create_new_external_recipe(request, import_id):
|
||||
recipe.name = form.cleaned_data['name']
|
||||
recipe.file_path = form.cleaned_data['file_path']
|
||||
recipe.file_uid = form.cleaned_data['file_uid']
|
||||
recipe.created_by = request.user
|
||||
|
||||
recipe.save()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user