<inputtype="radio"name="tipo_votacao"id="tipo_votacao_4"value="4"onchange="alteraTipoVotacao()"><labelfor="tipo">Leitura</label><!--value=3 é pra votação secreta que não pode ser feita em bloco-->
</fieldset>
</td>
</tr>
@ -43,8 +44,8 @@
</div>
{% for o in object_list %}
{% if o.tipo_votacao == 1 or o.tipo_votacao == 2 %}
<trclass="{% if o.tipo_votacao == 1 %}Simbolica{% else %}Nominal{% endif %}"{%ifo.tipo_votacao==2%}style="display:none;"{%endif%}>
{% if o.tipo_votacao == 1 or o.tipo_votacao == 2 or o.tipo_votacao == 4 %}