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 bd70103 commit 67a958fCopy full SHA for 67a958f
example/example/views.py
@@ -11,7 +11,8 @@
11
class SearchForm(forms.Form):
12
q = AutoCompleteField('cliche',
13
required=True,
14
- help_text="Autocomplete will suggest clichés about cats, but you can enter anything you like.",
+ help_text="Autocomplete will suggest clichés about cats, but "
15
+ "you can enter anything you like.",
16
label="Favorite Cliché",
17
attrs={'size': 100})
18
0 commit comments