﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
19470	Width Ratio - slightly more clear example?	orblivion	nobody	"Very minor nitpick: https://docs.djangoproject.com/en/dev/ref/templates/builtins/#widthratio

{{{<img src=""bar.gif"" height=""10"" width=""{% widthratio this_value max_value 100 %}"" />}}}

To be more explicit, I think it should say:

{{{<img src=""bar.gif"" height=""10"" width=""{% widthratio this_value max_value max_width %}"" />}}}

Since there's no other outright explanation of all the parameters. And of course, update the explanation accordingly. Perhaps give a separate sample with actual numbers if that makes the explanations more clear. But for a lot of people, a cursory look at the template tag with the parameters named should give all the information necessary.

Thanks."	Cleanup/optimization	closed	Documentation	1.5-beta-1	Normal	fixed			Accepted	1	0	0	0	0	0
