Browse Source

Bug fix em adicionar varias materias

pull/790/head
Eduardo Calil 8 years ago
parent
commit
f3c9141118
  1. 2
      sapl/templates/sessao/adicionar_varias_materias_expediente.html

2
sapl/templates/sessao/adicionar_varias_materias_expediente.html

@ -52,7 +52,7 @@
{% for m in page_obj %} {% for m in page_obj %}
<tr> <tr>
<td> <td>
<input type="checkbox" name="materia_id" value="{{m.id}}" {% if check %} checked {% endif %}/> <input type="checkbox" name="materia_id" id="{{m.id}}" value="{{m.id}}" {% if check %} checked {% endif %}>
<strong><a href="{% url 'sapl.materia:materialegislativa_detail' m.id %}">{{m.tipo.sigla}} {{m.numero}}/{{m.ano}} - {{m.tipo}}</strong></a></br> <strong><a href="{% url 'sapl.materia:materialegislativa_detail' m.id %}">{{m.tipo.sigla}} {{m.numero}}/{{m.ano}} - {{m.tipo}}</strong></a></br>
<strong>Autores:</strong> <strong>Autores:</strong>
{% for a in m.autoria_set.all %} {% for a in m.autoria_set.all %}

Loading…
Cancel
Save