Browse Source

Adiciona links a matérias em pesquisa em lote

pull/2460/head
Edward Ribeiro 6 years ago
parent
commit
69d6f82b34
  1. 4
      sapl/templates/materia/em_lote/acessorio.html
  2. 4
      sapl/templates/materia/em_lote/tramitacao.html

4
sapl/templates/materia/em_lote/acessorio.html

@ -91,7 +91,9 @@
<tr>
<td>
<input type="checkbox" name="materia_id" value="{{materia.id}}" {% if check %} checked {% endif %}/>
{{materia.tipo.sigla}} {{materia.numero}}/{{materia.ano}} - {{materia.tipo.descricao}}
<a href="{% url 'sapl.materia:materialegislativa_detail' materia.id %}">
{{materia.tipo.sigla}} {{materia.numero}}/{{materia.ano}} - {{materia.tipo.descricao}}
</a>
</td>
</tr>
{% endfor %}

4
sapl/templates/materia/em_lote/tramitacao.html

@ -109,7 +109,9 @@
<tr>
<td>
<input type="checkbox" name="materia_id" value="{{materia.id}}" {% if check %} checked {% endif %}/>
{{materia.tipo.sigla}} {{materia.tipo.descricao}} {{materia.numero}}/{{materia.ano}}
<a href="{% url 'sapl.materia:materialegislativa_detail' materia.id %}">
{{materia.tipo.sigla}} {{materia.tipo.descricao}} {{materia.numero}}/{{materia.ano}}
</a>
</td>
</tr>
{% endfor %}

Loading…
Cancel
Save