﻿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
12993	error in tutorial04	djazel <datum2@…>	nobody	"I am a first time django user, and have just completed the (very useful) tutorial.
I believe that the following two points might be errors:-


----
1). On page:  http://docs.djangoproject.com/en/dev/intro/tutorial04/ :-

The first code block contains the line 
{{{
{% csrf_token %}
}}}

When viewed in the browser this gives :-
  TemplateSyntaxError at /polls/1/
  Invalid block tag: 'csrf_token'

Changing the line to the following fixes the problem:-
{{{
{{ csrf_token }}
}}}


----
2). Note also that the meaning of the following is not defined in the tutorial:-
{{{
 {{ parameter }} and {% pythoncode %} 
}}}

"		closed	Uncategorized	1.1		invalid			Unreviewed	0	0	0	0	0	0
