From 9d6667c470787a9ae64f40b0fcd0ffe2fcc65d60 Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Mon, 2 May 2016 11:22:56 -0300 Subject: [PATCH] =?UTF-8?q?Init=20Crud=20Tramita=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/materia/documento_acessorio.html | 33 ------------------- .../materia/documento_acessorio_edit.html | 7 ---- 2 files changed, 40 deletions(-) delete mode 100644 templates/materia/documento_acessorio.html delete mode 100644 templates/materia/documento_acessorio_edit.html 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 %}