diff --git a/views/note.pug b/views/note.pug index da25fd7..bebf91c 100644 --- a/views/note.pug +++ b/views/note.pug @@ -4,7 +4,7 @@ block content form(method='POST', action=`/wishlist/${req.params.user}/note/${req.params.id}`) .field label.label Note - .control.has-icons-left + .control textarea.textarea( name='note' ) diff --git a/views/wishlist.pug b/views/wishlist.pug index 7a2e3c0..35448d4 100644 --- a/views/wishlist.pug +++ b/views/wishlist.pug @@ -71,7 +71,7 @@ block content i.fas.fa-gift .field label.label Note - .control.has-icons-left + .control textarea.textarea( name='note', placeholder='Optional'