Skip to content

Instantly share code, notes, and snippets.

@myusuf3
Created August 4, 2011 18:10
Show Gist options
  • Save myusuf3/1125801 to your computer and use it in GitHub Desktop.
Save myusuf3/1125801 to your computer and use it in GitHub Desktop.
salary_errors = {
'required': 'This field is required',
'invalid': 'Enter a whole number (Ex: 45000)'
}
salary = forms.IntegerField(label=_('Your annual net salary'), error_messages=salary_errors, required=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment