diff --git a/templates/comissoes/comissao_parlamentar.html b/templates/comissoes/comissao_parlamentar.html index 8d7c30dd9..56840d2ff 100644 --- a/templates/comissoes/comissao_parlamentar.html +++ b/templates/comissoes/comissao_parlamentar.html @@ -1,11 +1,7 @@ {% extends "comissoes/comissao_detail.html" %} {% load i18n %} {% load crispy_forms_tags %} - +{% block actions %}{% endblock %} {% block detail_content %} -

Incluir Parlamentar

- - {% if error %}
{{ error }}
{% endif %} - {% crispy form %} {% endblock detail_content %} \ No newline at end of file