mirror of https://github.com/interlegis/sapl.git
Eduardo Edson Batista Cordeiro Alves
9 years ago
4 changed files with 38 additions and 2 deletions
@ -0,0 +1,8 @@ |
|||
{% extends "crud/list.html" %} |
|||
{% load i18n %} |
|||
|
|||
{% block more_buttons %} |
|||
<dd><a href="{% url 'formulario_simplificado' %}"> |
|||
{% blocktrans with verbose_name=view.verbose_name %} Formulário Simplificado {% endblocktrans %} |
|||
</a></dd> |
|||
{% endblock more_buttons %} |
Loading…
Reference in new issue