Browse Source

Fixes #573, checkbox on grid docs page is broken

pull/578/head
jlukic 11 years ago
parent
commit
b48c7adbd0
1 changed files with 2 additions and 2 deletions
  1. 4
      server/documents/collections/grid.html.eco

4
server/documents/collections/grid.html.eco

@ -438,8 +438,8 @@ type : 'UI Collection'
</div> </div>
<div class="inline field"> <div class="inline field">
<div class="ui checkbox"> <div class="ui checkbox">
<input type="checkbox" id="terms" />
<label for="terms"></label>
<input type="checkbox" id="conditions" />
<label for="conditions"></label>
</div> </div>
<label>I agree to the terms and conditions</label> <label>I agree to the terms and conditions</label>
</div> </div>

Loading…
Cancel
Save