mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
365 B
13 lines
365 B
{% extends 'crud/detail.html' %}
|
|
{% load i18n %}
|
|
|
|
{% block actions %}
|
|
|
|
{{ block.super }}
|
|
|
|
<div class="actions btn-group pull-right grid-gutter-width-left " role="group">
|
|
<a href="{% url 'sapl.parlamentares:altera_nome_partido' object.id %}" class="btn btn-default">{% trans 'Alterar o Nome do Partido' %}</a>
|
|
</div>
|
|
|
|
|
|
{% endblock actions %}
|
|
|