From ac91a22ec2d98675d5700acd602d68fd04b3fd86 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 26 Nov 2005 23:07:09 +0000 Subject: [PATCH] Fixed bug in [1443] -- a decorator call was left in git-svn-id: http://code.djangoproject.com/svn/django/trunk@1444 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/core/template/defaulttags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/core/template/defaulttags.py b/django/core/template/defaulttags.py index e47c8d1d02..a4d3704ddc 100644 --- a/django/core/template/defaulttags.py +++ b/django/core/template/defaulttags.py @@ -752,7 +752,7 @@ def templatetag(parser, token): return TemplateTagNode(tag) templatetag = register.tag(templatetag) -@register.tag +#@register.tag def widthratio(parser, token): """ For creating bar charts and such, this tag calculates the ratio of a given