|
|
@ -69,11 +69,11 @@ |
|
|
|
<strong>Ementa:</strong> {{ m.ementa|safe }}</br> |
|
|
|
<p></p> |
|
|
|
<td class="col-md-3"> |
|
|
|
<input type="radio" name="tipo_votacao_{{m.id}}" id="tipo_votacao_{{m.id}}" value="1"> <label for="sexo">Simbólica</label> |
|
|
|
<input type="radio" name="tipo_votacao_{{m.id}}" id="tipo_votacao_{{m.id}}" value="1"> <label for="tipo">Simbólica</label> |
|
|
|
</br> |
|
|
|
<input type="radio" name="tipo_votacao_{{m.id}}" id="tipo_votacao_{{m.id}}" value="2"> <label for="sexo">Nominal</label> |
|
|
|
<input type="radio" name="tipo_votacao_{{m.id}}" id="tipo_votacao_{{m.id}}" value="2"> <label for="tipo">Nominal</label> |
|
|
|
</br> |
|
|
|
<input type="radio" name="tipo_votacao_{{m.id}}" id="tipo_votacao_{{m.id}}" value="3"> <label for="sexo">Secreta</label> |
|
|
|
<input type="radio" name="tipo_votacao_{{m.id}}" id="tipo_votacao_{{m.id}}" value="3"> <label for="tipo">Secreta</label> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|