From 29c8c305c52b97248e505cdfc6b86e96f57d0a53 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 15 May 2024 19:37:05 +0200 Subject: view: Require ingredient type It does make sense to add an ingredient only with a type and no amount or unit like 'salt'. But it does not make sense to add an ingredient without a type like '5' or '2 l'. --- view/html/recipe-ingredient.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/html/recipe-ingredient.html b/view/html/recipe-ingredient.html index e925737..931ffcf 100644 --- a/view/html/recipe-ingredient.html +++ b/view/html/recipe-ingredient.html @@ -1,6 +1,6 @@ {{define "recipe-ingredient"}}

- +

{{end}} -- cgit v1.2.3-70-g09d2