Skip to content

Commit

Permalink
Change DemoSingleSelectField now we have prompt_text
Browse files Browse the repository at this point in the history
  • Loading branch information
paj committed Jul 16, 2010
1 parent 375a5a4 commit 26763d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tw2/forms/samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class DemoChildren(twc.CompoundWidget):
description = twf.TextArea()

class DemoSingleSelectField(twf.SingleSelectField):
options = [''] + options
options = options

class DemoMultipleSelectField(twf.MultipleSelectField):
options = options
Expand Down

0 comments on commit 26763d3

Please sign in to comment.