Skip to content

Commit 323f6b8

Browse files
authored
Merge pull request #1477 from JayanthBontha/InvalidExerciseFix
Fixed Invalid Exercise Bug
2 parents c492ad1 + a4a1bcd commit 323f6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wger/utils/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ 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">', '</div>',
119+
'<div>', '<input type="text" id="exercise-search" class="form-control" required>', '</div>',
120120
'<div id="exercise-search-log">'
121121
]
122122

0 commit comments

Comments
 (0)