@@ -171,7 +172,9 @@
-
+
[[i.note]]
@@ -243,7 +246,8 @@
style="margin-top: 1vh">
-
+
+
@@ -289,7 +293,9 @@
|
-
+
[[i.note]]
@@ -514,6 +520,9 @@
time_diff += s.time
}
+ },
+ getShoppingUrl: function () {
+ return `{% url 'view_shopping' %}?r=[${this.recipe.id},${this.ingredient_factor}]`
}
}
});
| |