mirror of https://github.com/interlegis/sapl.git
Eduardo Edson Batista Cordeiro Alves
9 years ago
1 changed files with 2 additions and 3 deletions
@ -1,11 +1,10 @@ |
|||
{% extends "crud/detail.html" %} |
|||
{% load i18n %} |
|||
{% block actions %}{% endblock %} |
|||
{% block sections_nav %} |
|||
{% block actions %} |
|||
<div class="actions btn-group pull-right" role="group"> |
|||
<a href="{% url 'protocolo' %}" class="btn btn-default">{% trans 'Pesquisa Protocolo' %}</a> |
|||
<a href="{% url 'protocolar_doc' %}" class="btn btn-default">{% trans 'Protocolar Documento' %}</a> |
|||
<a href="{% url 'protocolar_mat' %}" class="btn btn-default">{% trans 'Protocolar Matéria' %}</a> |
|||
<a href="{% url 'anular_protocolo' %}" class="btn btn-default">{% trans 'Anular Protocolo' %}</a> |
|||
</div> |
|||
{% endblock sections_nav %} |
|||
{% endblock actions %} |
|||
|
Loading…
Reference in new issue