summaryrefslogtreecommitdiff
path: root/questions/questions.lua
diff options
context:
space:
mode:
Diffstat (limited to 'questions/questions.lua')
-rw-r--r--questions/questions.lua2
1 files changed, 2 insertions, 0 deletions
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'),
})
}