diff options
Diffstat (limited to 'view/html/recipe-edit.html')
-rw-r--r-- | view/html/recipe-edit.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/html/recipe-edit.html b/view/html/recipe-edit.html index 9a18e75..14258f3 100644 --- a/view/html/recipe-edit.html +++ b/view/html/recipe-edit.html @@ -13,6 +13,7 @@ <input type="hidden" name="created" value="{{.Recipe.Created}}"> <input type="hidden" name="last_changed" value="{{.Recipe.LastChanged}}"> + <p><label>⭐ Is favorite: <input id="is_favorite" type="checkbox" name="is_favorite" {{if .Recipe.IsFavorite}}checked{{end}}></label></p> <p><input type="text" name="title" value="{{.Recipe.Title}}" placeholder="Title" required></p> <p><input type="number" name="portions" value="{{.Recipe.Portions}}" placeholder="Portions"></p> <p><input type="text" name="url" value="{{.Recipe.Url}}" placeholder="URL"></p> |