From 7888256b697de45048a189b1602a7b3377261fbc Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 25 Jun 2022 03:45:16 +0400 Subject: [PATCH] Looks like 5 minutes aren't enough. Let it be 10. --- homepage/views/guestbook.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/views/guestbook.pug b/homepage/views/guestbook.pug index a2bffb0..f97ad93 100644 --- a/homepage/views/guestbook.pug +++ b/homepage/views/guestbook.pug @@ -34,7 +34,7 @@ block content input(type='hidden', name='captcha_id' value=captcha_id) img(src='/captcha/'+captcha_id+'/image', alt="CAPTCHA" width='160' height='40') input(type='text' maxlength='6' placeholder='CAPTCHA' name='captcha_answer') - small Will be valid for next #[b 5] minutes. + small Will be valid for next #[b 10] minutes. small *Only I can see if set. input(type='submit' value='Send a post') section#posts