Skip to content

Commit

Permalink
Run black, confirm master branch to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Aug 30, 2018
1 parent eab9d79 commit 2e8ad5d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion bootstrap3/renderers.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,15 @@ def wrap_widget(self, html):
def make_input_group(self, html):
if (self.addon_before or self.addon_after) and isinstance(
self.widget,
(TextInput, NumberInput, EmailInput, URLInput, DateInput, Select, PasswordInput),
(
TextInput,
NumberInput,
EmailInput,
URLInput,
DateInput,
Select,
PasswordInput,
),
):
before = (
'<span class="{input_class}">{addon}</span>'.format(
Expand Down

0 comments on commit 2e8ad5d

Please sign in to comment.