Changes between Initial Version and Version 2 of Ticket #28059
- Timestamp:
- Apr 9, 2017, 4:42:34 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28059
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #28059 – Description
initial v2 16 16 17 17 Then, we will get the vertical radio buttons instead of the horizontal ones. 18 19 The bug is caused by the wrong HTML attribute that the `ModelAdmin` uses to produce horizontal radio buttons. The correct attribute is `radio-inline` but `ModelAdmin` uses `radiolist inline`. Also, since HTML uses the vertical radio buttons as default, function `get_ul_class` is useless, and it can be simply replaced by an if statement.