I dynamically generate my html using the django form template everything works fine except the radio buttons are displayed inside a <ul><li> and is not a formatting I like. How can I overwrite this formatting, I just want the radio buttons to be side by side.
I dynamically generate my html using the django form template everything works fine except
Share
you don’t need to override the template. Just change the css to format the list how you want (horizontal li). Here’s an example: http://css.maxdesign.com.au/listamatic/horizontal01.htm