Skip to content

Commit

Permalink
Fix #18852: Gender Question repopulation (#3192)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohabmes committed Jun 6, 2023
1 parent 6f105d0 commit 068f9ba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@
</label>

<!-- Male -->
<input type="radio" class="btn-check ls-button-radio" name="{{ name }}" id="answer{{ name }}M" value="M" {{ fChecked }}>
<input type="radio" class="btn-check ls-button-radio" name="{{ name }}" id="answer{{ name }}M" value="M" {{ mChecked }}>
<label class="btn btn-primary mb-3 answer-item ls-button-label" id="javatbd{{ name }}M" for="answer{{ name }}M">
<span class="fa fa-mars ls-icon" aria-hidden="true"></span> {{ gT('Male') }}
</label>
Expand Down

0 comments on commit 068f9ba

Please sign in to comment.