Change Bootstrap3 radio class; Fix #19

This commit is contained in:
James Fenwick 2016-02-17 16:12:07 +00:00
parent 1ecffa40f7
commit db7d2741fb

View file

@ -103,5 +103,8 @@ class Bootstrap3Theme(BaseTheme):
form_importer_template = 'bootstrap3/form_importer.html'
form_importer_ajax_template = 'bootstrap3/form_importer_ajax.html'
def __init__(self, user=None):
super(Bootstrap3Theme, self).__init__(user=user)
self.form_radio_element_html_class = ''
theme_registry.register(Bootstrap3Theme)