Skip to content

Instantly share code, notes, and snippets.

@YankeeTube
Last active January 30, 2019 15:04
Show Gist options
  • Select an option

  • Save YankeeTube/976ca7d50aad29fee299f2eef016387c to your computer and use it in GitHub Desktop.

Select an option

Save YankeeTube/976ca7d50aad29fee299f2eef016387c to your computer and use it in GitHub Desktop.
# Form Input tag example
# forms.py
class TestForm(forms.modelsForm):
nametest = forms.Charfield(required=False, widget=forms.TextInput(attrs={
'name':'on_change',
'id':'test',
'class':'class',
'type':'radio',
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment