mirror of https://github.com/interlegis/sapl.git
Eduardo Edson Batista Cordeiro Alves
9 years ago
committed by
Edward
3 changed files with 26 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||||
|
{% extends "crud/list.html" %} |
||||
|
{% load i18n %} |
||||
|
|
||||
|
|
||||
|
{% block more_buttons %} |
||||
|
<a href="{% url 'sessao:reordenar_expediente' root_pk %}" class="btn btn-default"> |
||||
|
{% blocktrans with verbose_name=view.verbose_name %} Reordenar Matérias {% endblocktrans %} |
||||
|
</a> |
||||
|
{% endblock more_buttons %} |
Loading…
Reference in new issue