mirror of https://github.com/interlegis/sapl.git
3 changed files with 62 additions and 1 deletions
@ -0,0 +1,8 @@ |
|||||
|
{% extends "crud/list.html" %} |
||||
|
{% load i18n %} |
||||
|
{% block base_content %} |
||||
|
{{ block.super }} |
||||
|
<div class="actions btn-group float-right" role="group"> |
||||
|
<a href="{% url 'sapl.materia:compress_docacessorios' root_pk %}" class="btn btn-outline-primary">{% trans 'Baixar documentos compactados' %}</a> |
||||
|
</div> |
||||
|
{% endblock %} |
||||
Loading…
Reference in new issue