image_two_caption = forms.CharField(
        label=('Add a caption that tells visitors what this second image represents'),
        help_text='Maximum 120 characters',
        max_length=120,
        widget=Textarea,