Skip to content

Commit

Permalink
Merge pull request #1477 from JayanthBontha/InvalidExerciseFix
Browse files Browse the repository at this point in the history
Fixed Invalid Exercise Bug
  • Loading branch information
rolandgeider committed Oct 23, 2023
2 parents c492ad1 + a4a1bcd commit 323f6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wger/utils/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def render(self, name, value, attrs=None, choices=(), renderer=None):
value = []

output = [
'<div>', '<input type="text" id="exercise-search" class="form-control">', '</div>',
'<div>', '<input type="text" id="exercise-search" class="form-control" required>', '</div>',
'<div id="exercise-search-log">'
]

Expand Down

0 comments on commit 323f6b8

Please sign in to comment.