From e77ced2c32255843f090b3c69dd1c15d2e3260c3 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 17 Aug 2023 20:40:59 +0100 Subject: horse security --- questions/questions.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/questions/questions.lua b/questions/questions.lua index fd964e0..c7cf3c9 100644 --- a/questions/questions.lua +++ b/questions/questions.lua @@ -47,6 +47,8 @@ local asect = section { h2('submit a question'), tag('form',{action='/misc/submit-question.cgi',method='post'},{ tag('textarea',{name='q'},{}), + tag('label',{['for']='horse'},'please type the word "horse"'), + tag('input',{id='horse',name='horse',type='text'},''), tag('button','submit a question'), }) } -- cgit v1.2.3