Adding a radio button using django-unicorn
I was building a form today in django-unicorn and wanted to implement a radio button. This is how you do it: This will render to: The main trick for rendering radio buttons is to write unicorn:model=”new_event_frequency” in each radio html… Read More »Adding a radio button using django-unicorn