description = forms.CharField(
        label='Add more detailed information about your business.',
        help_text='Maximum 2,000 characters.',
        max_length=2000,
        widget=Textarea(attrs={'rows': 5}),