﻿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
33530	"Typo in documentation on ""Built-in template tags"" page"	Andrey Otto	Andrey Otto	"Just a typo in documentation on page [https://docs.djangoproject.com/en/4.0/ref/templates/builtins/#time Built-in template tags and filters - time]


{{{
{% value|time:""H\h i\m"" %}
}}}

should be 

{{{
{{ value|time:""H\h i\m"" }}
}}}
"	Cleanup/optimization	closed	Documentation	4.0	Normal	fixed			Ready for checkin	1	0	0	0	1	0
