summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/core/template/defaulttags.py2
1 files changed, 1 insertions, 1 deletions
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