diff --git a/testapp/forms/country.py b/testapp/forms/country.py index bfaa80df..9b625674 100644 --- a/testapp/forms/country.py +++ b/testapp/forms/country.py @@ -7,7 +7,7 @@ class CountryForm(forms.Form): """ - How to use the Selectize widget with a CountryField. + How to use the CountrySelectize and CountrySelectizeMultiple widgets. """ single_country = fields.ChoiceField( label="Single Country",