diff options
-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 33661c3..18c4ab0 100644 --- a/view/html/recipe-edit.html +++ b/view/html/recipe-edit.html @@ -34,6 +34,7 @@ <section> <label>Text</label> <textarea rows="4" cols="50">{{.Text}}</textarea> + <button type="button" onclick="parentNode.remove();">remove</button> </section>{{end}} <button type="submit">save</button> |