HI
I want to align the radio buttons horizontally. By default django forms displays in vertical format.
feature_type = forms.TypedChoiceField(choices =
Another way out is to changing the style of ul->li list to display:inline-block. You can do something like that
hope this would help next reader.