Skip to content

Commit ba49250

Browse files
author
Github-actions
committed
Automatic linting
1 parent 323f6b8 commit ba49250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wger/utils/widgets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ def render(self, name, value, attrs=None, choices=(), renderer=None):
116116
value = []
117117

118118
output = [
119-
'<div>', '<input type="text" id="exercise-search" class="form-control" required>', '</div>',
120-
'<div id="exercise-search-log">'
119+
'<div>', '<input type="text" id="exercise-search" class="form-control" required>',
120+
'</div>', '<div id="exercise-search-log">'
121121
]
122122

123123
options = self.render_options(choices, value)

0 commit comments

Comments
 (0)