We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e724149 commit be79176Copy full SHA for be79176
docs/classic-ui/forms.md
@@ -78,7 +78,7 @@ class MyForm(AutoExtensibleForm, form.EditForm):
78
label = "What's your name?"
79
description = "Simple, sample form"
80
81
- @button.buttonAndHandler(u'Ok')
+ @button.buttonAndHandler("Ok")
82
def handleApply(self, action):
83
data, errors = self.extractData()
84
if errors:
0 commit comments