Browse Source

Minor fix

Fixes #1541
pull/1543/head
João Pedro Sconetto 8 years ago
committed by Edward Ribeiro
parent
commit
2d32470259
  1. 1
      sapl/templates/sessao/votacao/nominal.html

1
sapl/templates/sessao/votacao/nominal.html

@ -38,7 +38,6 @@
<option value="Abstenção:{{parlamentar.0.id}}" {% if parlamentar.1 == 'Abstenção' %} selected {% endif %}>Abstenção</option> <option value="Abstenção:{{parlamentar.0.id}}" {% if parlamentar.1 == 'Abstenção' %} selected {% endif %}>Abstenção</option>
</select> </select>
</div> </div>
{#<div class="col-md-4"> a</div>#}
{% endfor %} {% endfor %}
</div> </div>
</fieldset> </fieldset>

Loading…
Cancel
Save