Created
December 31, 2014 01:12
-
-
Save liondancer/1c2eb4eb2f510bacad81 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class TestForm(forms.Form): | |
test_type = forms.MultipleChoiceField(required=True, widget=forms.RadioSelect, choices=TEST_TYPE_CHOICES) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment