diff --git a/templates/materia/documento_acessorio.html b/templates/materia/documento_acessorio.html deleted file mode 100644 index 14c3b4eb1..000000000 --- a/templates/materia/documento_acessorio.html +++ /dev/null @@ -1,33 +0,0 @@ -{% extends "crud/detail.html" %} -{% load i18n %} -{% load crispy_forms_tags %} -{% block actions %} {% endblock %} -{% block detail_content %} -
- Matéria Legislativa - {% include "materia/resumo_detail_materia.html" %} - -
- Documentos Acessório - - - - - - - - - - {% for d in docs %} - - - - - - - {% endfor %} -
NomeTipoDataAutor
{{d.nome}}{{d.tipo.descricao}}{{d.data|date:'d/m/Y'}}{{d.autor}}
-
- {% crispy form %} -
-{% endblock %} diff --git a/templates/materia/documento_acessorio_edit.html b/templates/materia/documento_acessorio_edit.html deleted file mode 100644 index 05ddec8c2..000000000 --- a/templates/materia/documento_acessorio_edit.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "crud/detail.html" %} -{% load i18n %} -{% load crispy_forms_tags %} -{% block actions %} {% endblock %} -{% block detail_content %} - {% crispy form %} -{% endblock %}