diff --git a/cookbook/templates/url_import.html b/cookbook/templates/url_import.html
index c4775fa0..e2617c59 100644
--- a/cookbook/templates/url_import.html
+++ b/cookbook/templates/url_import.html
@@ -958,7 +958,8 @@
unit: {id: Math.random() * 1000, text: response.body.unit},
amount: String(response.body.amount),
ingredient: {id: Math.random() * 1000, text: response.body.food},
- note: response.body.note
+ note: response.body.note,
+ original: v
}
this.recipe_json.recipeIngredient.push(new_ingredient)
}).catch((err) => {