diff --git a/web/templates/guestbook.pug b/web/templates/guestbook.pug index 2b9e53b..2d40436 100755 --- a/web/templates/guestbook.pug +++ b/web/templates/guestbook.pug @@ -31,6 +31,8 @@ block content span.checkboxes input(type='checkbox' id='hide-website' name='hide_website' checked='') label(for='hide-website') Hide website #[small (only I can see if set)] + br + small Use > to make a quote. span.captcha input(type='hidden' value=captcha_id name='captcha_id') img(src='/api/captcha/'+captcha_id+'/image', alt="CAPTCHA" width='160' height='40')