html - how to customize the radio button in Django -
template.py
{{ formatform.date_format }} the above template rendering output in following format in image 
i using model form.
is possible customize radio button bullet points @ left of each radio button not required or how remove bullet point @ left of radio button. using django 1.3.7,can 1 tell me how implement it.
thanks
small change in hedde's answer worked me
ul li { list-style: none; } thanks
Comments
Post a Comment