From f83baf27df9fb3bcadc9e67b9e24bc68c178b6ae Mon Sep 17 00:00:00 2001 From: Guilherme Gondim Date: Fri, 18 Dec 2009 13:23:28 +0000 Subject: [PATCH] =?UTF-8?q?Pequena=20altera=C3=A7=C3=A3o.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sigi/apps/casas/reports.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sigi/apps/casas/reports.py b/sigi/apps/casas/reports.py index c016f0e..319a782 100644 --- a/sigi/apps/casas/reports.py +++ b/sigi/apps/casas/reports.py @@ -36,5 +36,3 @@ class CasasLegislativasLabels(Report): ObjectValue(attribute_name='municipio', top=2.5*cm, left=0, width=9.00*cm), ObjectValue(attribute_name='cep', top=3*cm, left=0, width=9.00*cm), ] - -reporting.site.register(CasasLegislativasLabels, CasaLegislativa, 'etiquetas')