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 799872a commit 5c334a8Copy full SHA for 5c334a8
bootstrap3/tests.py
@@ -59,7 +59,7 @@ class TestForm(forms.Form):
59
label='Sender © unicode',
60
help_text='E.g., "[email protected]"')
61
secret = forms.CharField(initial=42, widget=forms.HiddenInput)
62
- weird = forms.CharField(help_text=u'wéird')
+ weird = forms.CharField(help_text=u"strings are now utf-8 \u03BCnico\u0394é!")
63
cc_myself = forms.BooleanField(
64
required=False,
65
help_text='cc stands for "carbon copy." You will get a copy in your mailbox.'
0 commit comments