Style correction (missing ending new line), removed commented line in ColorThemeSelectForm

This commit is contained in:
eeintech 2020-09-07 17:01:05 -05:00
parent 10dd8fad80
commit 8e2d568a42
2 changed files with 1 additions and 2 deletions

View File

@ -180,7 +180,6 @@ class ColorThemeSelectForm(forms.ModelForm):
# Form rendering
self.helper.form_show_labels = False
self.helper.form_class = 'form-inline'
# self.helper.field_template = 'bootstrap4/layout/inline_field.html'
self.helper.layout = Layout(
Field('name'),
StrictButton(_('Apply Theme'), css_class='btn btn-primary', type='submit')