diff --git a/tpl/studs.tpl b/tpl/studs.tpl
index 1bc08ff7bd01d31ad8b9e4ba99c75a67996780b8..abf2c36a54eae44a6505c24b26f3d5d35800647e 100644
--- a/tpl/studs.tpl
+++ b/tpl/studs.tpl
@@ -197,7 +197,7 @@
                                 </label>
                             </li>
                             <li class="no">
-                                <input type="radio" id="n-choice{$i}" name="choices[{$i}]" value="0" checked/>
+                                <input type="radio" id="n-choice-{$i}" name="choices[{$i}]" value="0" checked/>
                                 <label class="btn btn-default btn-xs" for="n-choice-{$i}" title="{_('Vote no for')} {$slot->day|date_format:$date_format.txt_short} - {$moment}">
                                     <span class="glyphicon glyphicon-ban-circle"></span><span class="sr-only">{_('No')}</span>
                                 </label>