diff options
author | xengineering <me@xengineering.eu> | 2024-05-14 20:14:42 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-05-14 20:43:41 +0200 |
commit | a87128138bdb301ede64049ec5068e47abb5c839 (patch) | |
tree | 72495022f7237458f4a24122ffd13dd872263698 /view/html/recipe-edit.html | |
parent | b5b72880a0b6e9f188b532c9b2ad360ff1dab2ea (diff) | |
download | ceres-a87128138bdb301ede64049ec5068e47abb5c839.tar ceres-a87128138bdb301ede64049ec5068e47abb5c839.tar.zst ceres-a87128138bdb301ede64049ec5068e47abb5c839.zip |
view: Complete ingredient editing
Diffstat (limited to 'view/html/recipe-edit.html')
-rw-r--r-- | view/html/recipe-edit.html | 3 |
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> |