mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user