* removed captchas (well, commented them out)
This commit is contained in:
parent
04d549b817
commit
04eb624497
2 changed files with 5 additions and 3 deletions
|
|
@ -140,7 +140,7 @@ renderCommentBox cLang cId = do
|
|||
H.p $ H.input ! A.name "cname" ! A.placeholder "Name" ! A.class_ "cInput"
|
||||
H.p $ H.label $ H.textarea ! A.name "ctext" ! A.cols "50" ! A.rows "13" ! A.class_ "cInput" !
|
||||
A.placeholder (toValue $ cTextPlaceholder cLang) $ mempty
|
||||
H.p $ H.label $ captcha
|
||||
-- H.p $ H.label $ captcha
|
||||
H.p $ H.input ! A.class_ "cInput" ! A.style "width: 120px;" ! A.type_ "submit" ! A.value (toValue $ cSend cLang)
|
||||
|
||||
renderComments :: [Comment] -> BlogLang -> Html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue