Skip to content
Snippets Groups Projects
Commit 37735e82 authored by Olivier PEREZ's avatar Olivier PEREZ
Browse files

Fix radio button 'no'

parent 80b06d65
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment