From fb7459c0214f0e34c73d1e4e76317e9c6c1ddc86 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 25 Sep 2023 00:34:55 +0400 Subject: [PATCH] Added a tip for that quotation exists in a guestbook. --- web/templates/guestbook.pug | 2 ++ 1 file changed, 2 insertions(+) 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')