﻿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
15952	"""not in"" improperly spaced in docs"	Leo Shklovskii	nobody	"On this page: http://docs.djangoproject.com/en/dev/ref/templates/builtins/ if you look over in the right nav, the entry for 'not in' is de-dented too much. It should be another level to the right.

The culprit is: http://code.djangoproject.com/browser/django/trunk/docs/ref/templates/builtins.txt#L496

That line should actually be:

`^^^^^^^^^^^^^^^^^^^`

Instead of:

`~~~~~~~~~~~~~~~~~~~~`

One character shorter and carets instead of tildes
                              "	Bug	closed	Documentation	dev	Normal	fixed			Ready for checkin	0	0	0	0	1	0
