I am using Django\'s modelform and its really good. How can I highlight the actual text box (e.g. border:red ) if there is a validation error associated with it. Basically
template :
{{ userForm.short_description.errors.as_text }}