summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-08-17 20:40:59 +0100
committerubq323 <ubq323@ubq323.website>2023-08-17 20:40:59 +0100
commite77ced2c32255843f090b3c69dd1c15d2e3260c3 (patch)
treeaa05a2c8f61250108a40d781fcdbf3d630b9e5d2
parent3c72d87d8e944786e9157070cee08792f7ff7a84 (diff)
horse security
-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'),
})
}