Skip to content

Commit 5eefc48

Browse files
committed
Fix RadioSelect object has no attribute renderer
1 parent c1113f5 commit 5eefc48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

junction/proposals/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def _get_proposal_section_reviewer_vote_choices(conference):
6666
return values
6767

6868

69-
class HorizRadioRenderer(forms.RadioSelect.renderer):
69+
class HorizRadioRenderer(forms.RadioSelect):
7070

7171
"""
7272
This overrides widget method to put radio buttons horizontally instead of vertically.

0 commit comments

Comments
 (0)