From 202e5614a99e41cfbad6933e4e0809682612ee90 Mon Sep 17 00:00:00 2001 From: "Starlone (Estagiario)" Date: Tue, 3 Aug 2010 18:35:36 +0000 Subject: [PATCH] Relatorio de casas sem convenio usando filtros --- sigi/apps/casas/reports.py | 6 +++++- sigi/apps/casas/templates/casas/change_list.html | 2 +- sigi/apps/casas/views.py | 12 +++++++++++- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/sigi/apps/casas/reports.py b/sigi/apps/casas/reports.py index a656c71..9fc7231 100644 --- a/sigi/apps/casas/reports.py +++ b/sigi/apps/casas/reports.py @@ -131,4 +131,8 @@ class CasasLegislativasReport(ReportDefault): borders={'top': True}, ) ) - ] \ No newline at end of file + ] + + +class CasasSemConvenioReport(CasasLegislativasReport): + title = u'Relatório de Casas Legislativas sem Convênio' \ No newline at end of file diff --git a/sigi/apps/casas/templates/casas/change_list.html b/sigi/apps/casas/templates/casas/change_list.html index 625b3c5..279b3cd 100644 --- a/sigi/apps/casas/templates/casas/change_list.html +++ b/sigi/apps/casas/templates/casas/change_list.html @@ -5,7 +5,7 @@ {% if has_add_permission %}