Skip to content

Commit

Permalink
Fix HTML syntax in users.html
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluisrp committed Feb 15, 2024
1 parent 7a33511 commit 3e0d3e1
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,11 @@
<div class="form-group" data-ng-hide="user.id == userSelected.id">
<label class="control-label col-sm-3" data-translate="">enable</label>
<div class="col-sm-9">
<input type="checkbox" class=form-control" data-ng-model="userIsEnabled"/>
<input
type="checkbox"
class="form-control"
data-ng-model="userIsEnabled"
/>
</div>
</div>

Expand Down

0 comments on commit 3e0d3e1

Please sign in to comment.