diff --git a/django/core/template/defaulttags.py b/django/core/template/defaulttags.py index e47c8d1d021..a4d3704ddc2 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