Commit f69de2973b22a0537beef06433fa731c938658fe
1 parent
a26c4a89
Exists in
master
and in
5 other branches
fix label at 'accept terms' checkbox
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
index.html
... | ... | @@ -444,8 +444,8 @@ |
444 | 444 | <div id="terms-of-use-box" class="col-sm-12"> |
445 | 445 | <div class="checkbox"> |
446 | 446 | <input id="user_terms_accepted" name="user[terms_accepted]" value="0" type="hidden" /> |
447 | - <label for="checkbox-110"> | |
448 | - <input id="checkbox-110" name="user[terms_accepted]" value="0" type="checkbox" /> | |
447 | + <label> | |
448 | + <input name="user[terms_accepted]" value="0" type="checkbox" /> | |
449 | 449 | Eu aceito os <a href="#/artigo/107880" target="_blank">termos de uso</a> |
450 | 450 | </label> |
451 | 451 | </div> | ... | ... |