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.
9 lines
356 B
9 lines
356 B
{% extends "crud/detail.html" %}
|
|
{% load i18n %}
|
|
{% load crispy_forms_tags cropping %}
|
|
{% block actions %}
|
|
{{ block.super }}
|
|
<div class="actions btn-group btn-group-sm" role="group">
|
|
<a href="{% url 'sapl.parlamentares:frenteparlamentar_list' object.pk %}" class="btn btn-outline-primary">Composição</a>
|
|
</div>
|
|
{% endblock actions %}
|
|
|