Skip to content

Instantly share code, notes, and snippets.

@commadelimited
Created November 28, 2012 20:55
Show Gist options
  • Save commadelimited/4164418 to your computer and use it in GitHub Desktop.
Save commadelimited/4164418 to your computer and use it in GitHub Desktop.
Widget form field
trial_length = forms.CharField(widget=forms.TextInput(attrs={'size': '3', 'maxlength': '2'}), label='Number of days in Trial period', required=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment