Browse Source
Update sapl/templates/materia/materialegislativa_filter.html
pull/3572/head
Edward
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
sapl/templates/materia/materialegislativa_filter.html
|
|
@ -140,7 +140,7 @@ |
|
|
|
{{ anexada.materia_anexada }} |
|
|
|
</a> |
|
|
|
<strong>Data Anexação:</strong> {{anexada.data_anexacao}} |
|
|
|
{% if anexada.materia_anexada.autoria_set.all %} |
|
|
|
{% if anexada.materia_anexada.autoria_set.exists %} |
|
|
|
<strong>Autor(es):</strong> |
|
|
|
{% for a in anexada.materia_anexada.autoria_set.all %} |
|
|
|
{% if not forloop.first %} |
|
|
|