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