﻿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
27872	Tutorial contains invalid instructions regarding background image	Patrik Huber	nobody	"The tutorial06 (https://docs.djangoproject.com/en/1.10/intro/tutorial06/) gives some CSS to add a background image to the index.html poll page:

{{{
body {
    background: white url(""images/background.gif"") no-repeat right bottom;
}
}}}

However, this css is for the body tag, and the tutorial never defined any body tags for the index.html template. So the resulting rendered page doesn't have a body tag and the background image doesn't load. It looks like a mistake in the tutorial to me!
"	Bug	closed	Documentation	1.10	Normal	invalid	documentation, tutorial		Unreviewed	0	0	0	0	0	0
