diff --git a/bootstrap4/forms.py b/bootstrap4/forms.py index b6c1b95b..eeaf8779 100644 --- a/bootstrap4/forms.py +++ b/bootstrap4/forms.py @@ -175,8 +175,8 @@ class MessageForm(forms.Form): 'file_field_raw', 'grouped_checkboxes', Row( - Column('text_input_a','text_input_b'), - Column('text_input_c'), + Column('text_input_a','text_input_b',), + Column('text_input_c',), ), 'datetime_field', FormActions( diff --git a/bootstrap4/templates/bootstrap4/index.html b/bootstrap4/templates/bootstrap4/index.html index 883f0799..823d8fc5 100644 --- a/bootstrap4/templates/bootstrap4/index.html +++ b/bootstrap4/templates/bootstrap4/index.html @@ -13,6 +13,9 @@ +