mirror of https://github.com/interlegis/sapl.git
Eduardo Edson Batista Cordeiro Alves
9 years ago
7 changed files with 6 additions and 15 deletions
@ -1,9 +0,0 @@ |
|||
{% extends "crud/detail.html" %} |
|||
{% load i18n %} |
|||
{% block actions %} |
|||
<div class="actions btn-group pull-right" role="group"> |
|||
{% if legislatura_id != 0 %} |
|||
<a href="{% url 'parlamentares:parlamentar_create'%}" id="incluir-parlamentar" class="btn btn-default">{% trans 'Incluir Parlamentar' %}</a> |
|||
{% endif %} |
|||
</div> |
|||
{% endblock actions %} |
Loading…
Reference in new issue