summaryrefslogtreecommitdiff
path: root/view/html/recipe-edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'view/html/recipe-edit.html')
-rw-r--r--view/html/recipe-edit.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/html/recipe-edit.html b/view/html/recipe-edit.html
index c46bbd4..f8a6bd9 100644
--- a/view/html/recipe-edit.html
+++ b/view/html/recipe-edit.html
@@ -30,6 +30,9 @@
<template id="recipe-step-template">
{{template "recipe-step"}}
</template>
+ <template id="recipe-ingredient-template">
+{{template "recipe-ingredient"}}
+ </template>
<script src="/static/view/static/ceres.js"></script>
</body>
</html>