Skip to content

Commit be79176

Browse files
MrTangojensens
andcommitted
Update docs/classic-ui/forms.md
Co-authored-by: Jens W. Klein <[email protected]>
1 parent e724149 commit be79176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/classic-ui/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class MyForm(AutoExtensibleForm, form.EditForm):
7878
label = "What's your name?"
7979
description = "Simple, sample form"
8080

81-
@button.buttonAndHandler(u'Ok')
81+
@button.buttonAndHandler("Ok")
8282
def handleApply(self, action):
8383
data, errors = self.extractData()
8484
if errors:

0 commit comments

Comments
 (0)