mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-10 22:03:09 +00:00
Change Bootstrap3 radio class; Fix #19
This commit is contained in:
parent
1ecffa40f7
commit
db7d2741fb
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue