This commit is contained in:
tidusjar 2016-05-24 14:02:56 +01:00
commit b2144f3f69
7 changed files with 1122 additions and 1100 deletions

View file

@ -280,7 +280,7 @@
<script id="seasons-template" type="text/x-handlebars-template">
<div class="form-group">
<div class="checkbox">
<input type="checkbox" class=".selectedSeasons" id="{{id}}" name="{{id}}"><label for="{{id}}">Season {{id}}</label>
<input type="checkbox" class="selectedSeasons" id="{{id}}" name="{{id}}"><label for="{{id}}">Season {{id}}</label>
</div>
</div>