mirror of https://github.com/interlegis/sapl.git
3 changed files with 15 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||||
|
{% extends "crud/detail.html" %} |
||||
|
{% load i18n %} |
||||
|
{% block actions %} |
||||
|
<div class="actions btn-group pull-right" role="group"> |
||||
|
<a href="{% url 'protocoloadm:documentoadministrativo_detail' root_pk %}" class="btn btn-default">{% trans 'Início' %}</a> |
||||
|
<a href="{{ view.update_url }}" class="btn btn-default">{% trans 'Editar' %}</a> |
||||
|
<a href="{{ view.delete_url }}" class="btn btn-default">{% trans 'Excluir' %}</a> |
||||
|
</div> |
||||
|
{% endblock actions %} |
||||
Loading…
Reference in new issue