ユーザーにとってより意味のあるラベルをオーバーライドしようとしている単純な SQLform があります。
form = SQLFORM(db.UserData, submit_button='Report now !', labels = {'title':'Article Title', 'link':'Link to article', 'htmlcontent':'HTML 形式のコンテンツ', ' textcontent':'Content in text format', 'source':'Your name', 'imageurl':'Image to the article', 'briefdescription':'Brief article excerpt', 'iscontentavailable': 'Ignore this'})
htmlContent、imageurl 、 briefdescription、textcontentのラベルは置き換えられません。
何をチェックすべきか、どこが間違っているのか、何か考えはありますか?