mirror of https://github.com/interlegis/sapl.git
Edward Ribeiro
7 years ago
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||
|
{% extends "crud/detail.html" %} |
||||
|
{% load i18n %} |
||||
|
{% block sub_actions %} |
||||
|
{{ block.super }} |
||||
|
{% if object.em_tramitacao %} |
||||
|
<div class="actions btn-group btn-group-sm" role="group"> |
||||
|
<a href="{% url 'sapl.materia:acompanhar_materia' object.id %}" class="btn btn-default">Acompanhar Matéria</a> |
||||
|
</div> |
||||
|
{% endif %} |
||||
|
{% endblock sub_actions %} |
Loading…
Reference in new issue