From e5bd0e3b65205231f9cf81c35b92fbf480022151 Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Thu, 28 Jul 2016 12:08:48 -0300 Subject: [PATCH] =?UTF-8?q?Remove=20c=C3=B3digo=20n=C3=A3o=20usado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/base/templatetags/common_tags.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sapl/base/templatetags/common_tags.py b/sapl/base/templatetags/common_tags.py index 4f8370eac..ed1da8633 100644 --- a/sapl/base/templatetags/common_tags.py +++ b/sapl/base/templatetags/common_tags.py @@ -38,11 +38,6 @@ def isinst(value, class_str): return classe == class_str -@register.filter -def to_class_name(value): - return value.__class__.__name__.lower() - - @register.filter def get_add_perm(value, arg): perm = value